Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 480 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 480 Bytes

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 {}