Skip to content

Latest commit

 

History

History

uui-progress-bar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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>