# uui-ref-node-data-type

[![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-ref-node-data-type?logoColor=%231B264F)](https://www.npmjs.com/package/@umbraco-ui/uui-ref-node-data-type)

Umbraco style ref-node-data-type component.

### See it in action

Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-ref-node-data-type--docs)

## Installation

### ES imports

```zsh
npm i @umbraco-ui/uui-ref-node-data-type
```

Import the registration of `<uui-ref-node-data-type>` via:

```javascript
import '@umbraco-ui/uui-ref-node-data-type';
```

When looking to leverage the `UUIRefNodeDataTypeElement` base class as a type and/or for extension purposes, do so via:

```javascript
import { UUIRefNodeDataTypeElement } from '@umbraco-ui/uui-ref-node-data-type';
```

## Usage

```html
<uui-ref-node-data-type></uui-ref-node-data-type>
```
