Skip to content

Latest commit

 

History

History

uui-ref

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-ref

npm

Umbraco style ref component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-ref

Usage

import { UUIRefElement } from '@umbraco-ui/uui-ref';

class MyRefElement extends UUIRefElement {}