Umbraco style combo-box component.
Preview the component on Storybook
npm i @umbraco-ui/uui-combobox
Import the registration of <uui-combobox>
via:
import '@umbraco-ui/uui-combobox';
When looking to leverage the UUIComboboxElement
base class as a type and/or for extension purposes, do so via:
import { UUIComboboxElement } from '@umbraco-ui/uui-combobox';
<uui-combobox></uui-combobox>