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