Skip to content

Latest commit

 

History

History

uui-ref-list

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-ref-list

npm

Umbraco style ref-list component.

See it in action

Preview the component on Storybook

Installation

ES imports

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';

Usage

<uui-ref-list></uui-ref-list>