Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 723 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 723 Bytes

uui-loader-bar

npm

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-loader-bar

Import the registration of <uui-loader-bar> via:

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

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

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

Usage

<uui-loader-bar></uui-loader-bar>