Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 710 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 710 Bytes

uui-select

npm

Umbraco style select component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-select

Import the registration of <uui-select> via:

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

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

import { UUISelectElement } from '@umbraco-ui/uui-select';

Usage

<uui-select></uui-select>