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

4.0.8 • Public • Published

<Indicator />

A generic element with enable/disable and active/passive state.

Preview

<Indicator tag='span' theme='primary' size='lg' gradient={true} outlined={true} enabled={false} active={true} >
    hello world
</Indicator>

Rendered to:

<span class="c1 thPrimary szLg gradient outlined enabled actived">
    hello world
</span>

Features

  • Includes all features in <Basic />.
  • enable/disable state. Visualized in grayed color.
  • active/passive state. Visualized in strong color.
  • Customizable via @cssfn/css-config.

Installation

Using npm:

npm i @nodestrap/indicator

Support Us

If you feel our lib is useful for your projects,
please make a donation to avoid our project from extinction.

We always maintain our projects as long as we're still alive.

[Make a donation]

Package Sidebar

Install

npm i @nodestrap/indicator

Weekly Downloads

2

Version

4.0.8

License

ISC

Unpacked Size

62.1 kB

Total Files

6

Last publish

Collaborators

  • heymarco