Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 800 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 800 Bytes

uui-progress-bar

npm

Umbraco style progress-bar component.

See it in action

Preview the component on Storybook

Installation

ES imports

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

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

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

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

import { UUIProgressBarElement } from '@umbraco-ui/uui-progress-bar';

Usage

<uui-progress-bar progress="25"></uui-progress-bar>