Umbraco style select component.
Preview the component on Storybook
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';
<uui-select></uui-select>