@umbraco-ui/uui-combobox
v1.16.0
Published
Umbraco UI combo-box component
Readme
uui-combobox
Umbraco style combo-box component.
See it in action
Preview the component on Storybook
Installation
ES imports
npm i @umbraco-ui/uui-comboboxImport 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';Usage
<uui-combobox></uui-combobox>