@umbraco-ui/uui-ref
Version:
Umbraco UI ref component
26 lines (15 loc) • 480 B
Markdown
# uui-ref
[](https://www.npmjs.com/package/@umbraco-ui/uui-ref)
Umbraco style ref component.
### See it in action
Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-ref--docs)
## Installation
### ES imports
```zsh
npm i @umbraco-ui/uui-ref
```
## Usage
```javascript
import { UUIRefElement } from '@umbraco-ui/uui-ref';
class MyRefElement extends UUIRefElement {}
```