Skip to content

Latest commit

 

History

History
 
 

uui-caret

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-caret

npm

Umbraco style caret component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-caret

Import the registration of <uui-caret> via:

import '@umbraco-ui/uui-caret';

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

import { UUICaretElement } from '@umbraco-ui/uui-caret';

Usage

<uui-caret></uui-caret>