# uui-ref

[![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-ref?logoColor=%231B264F)](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 {}
```
