Skip to content

Files

Latest commit

Mar 26, 2025
56c3e8b · Mar 26, 2025

History

History
This branch is 35 commits behind v1/contrib.

uui-ref

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