Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 773 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 773 Bytes

uui-symbol-sort

npm

Umbraco style sort-symbol component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-symbol-sort

Import the registration of <uui-symbol-sort> via:

import '@umbraco-ui/uui-symbol-sort';

When looking to leverage the UUISymbolSortElement base class as a type and/or for extension purposes, do so via:

import { UUISymbolSortElement } from '@umbraco-ui/uui-symbol-sort';

Usage

<uui-symbol-sort></uui-symbol-sort>