@uireact/progress-indicator
TypeScript icon, indicating that this package has built-in type declarations

3.0.34 • Public • Published

@UiReact

UiReact icon

This is a React UI library, that defines a customizable but organized theme in a CSS file that organizes your colorations, texts, sizes, spaces, etc. Across your react application.

You should visit our docs page for all information @uireact docs.

@uireact/progress-indicator

This package exports UiProgressIndicator component used to render breadcrumbs on web pages.

We have a page dedicated to this component @uireact/progress-indicator docs.

Usage

Get @UiReact library working

First step is to get the library working for this you can look at this doc: Getting started.

Install package

If using npm:

npm i -S @uireact/progress-indicator

Use it

    import { UiProgressIndicator } from '@uireact/progress-indicator';

    <UiProgressIndicator>
        <UiProgressIndicatorItem>
            <UiText>Step 1</UiText>
        </UiProgressIndicatorItem>
        <UiProgressIndicatorItem>
            <UiText>Step 2</UiText>
        </UiProgressIndicatorItem>
        <UiProgressIndicatorItem>
            <UiText>Step 3</UiText>
        </UiProgressIndicatorItem>
    </UiProgressIndicator>

Readme

Keywords

none

Package Sidebar

Install

npm i @uireact/progress-indicator

Weekly Downloads

25

Version

3.0.34

License

GNU

Unpacked Size

11.9 kB

Total Files

7

Last publish

Collaborators

  • inavac182