JSPM

  • Created
  • Published
  • Downloads 1447
  • Score
    100M100P100Q97272F
  • License MIT

An Vue activity indicator component.

Package Exports

  • @vue-interface/activity-indicator
  • @vue-interface/activity-indicator/css

Readme

Activity Indicator

Activity Indicator provides a collection of animated indicators that you can use to match different styles or loading contexts. Each variant has customizable sizing and styling, making it easy to integrate your UI.

Installation

pnpm i @vue-interface/activity-indicator
yarn add @vue-interface/activity-indicator
npm i @vue-interface/activity-indicator
bun i @vue-interface/activity-indicator

Basic Usage

To use an indicator, specify a :type=[indicator] prop, and size=[size] prop. Add a class=[custom size or color] class to customize the size or color of the indicator.

<ActivityIndicator :type="Dots" size="lg"></ActivityIndicator>

For more comprehensive documentation and examples, please visit the online documentation.