EQWorks / lumen-labs

React library of basic components based on Tailwind CSS
https://eqworks.github.io/lumen-labs
5 stars 2 forks source link

Components Library: Progress Indicator #132

Closed vlatawiec closed 1 year ago

vlatawiec commented 2 years ago

🎯 Usage

🎭 Types

🫀 Anatomy

![COMPONENT_ANATOMY] (https://user-images.githubusercontent.com/79470291/167497500-11bf7880-9735-40ae-9f37-f441ea3b817b.png)

Spacing, Sizing & Alignment:

💟 Icons Used

🔗 Zeplin Link

🔢 Attributes

Property Type Default Value Description
max integer '1' Max value indicates the total value of the progress element.
value integer 'default_val' Indicates the value of completion on the progress indicator. Must be a floating point between 0 and the max. value. For ongoing tasks (i.e. progress indicators without indication of time till completed) no value or max attribute is added.

🔍 Design Preview

ProgressIndicator