Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 677 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 677 Bytes

uui-loader

npm

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-loader

Import the registration of <uui-loader> via:

import '@umbraco-ui/uui-loader';

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

import { UUILoaderElement } from '@umbraco-ui/uui-loader';

Usage

<uui-loader></uui-loader>