0.0.2 • Published 8 months ago

@licuido-ui/ui_circle-progress v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

CircleProgress

CircleProgress indicators inform users about the status of ongoing processes, such as loading an app, submitting a form, or saving updates.

Author

Link

Story Book Link CircleProgress

PlayGround

Try it have a fun codeBox

Installation

npm i  @licuido-ui/ui_circle-progress

Import component

import { CircleProgress } from '@licuido-ui/ui_circle-progress';

Usage

<CircleProgress value={20} thumbColor={'green'} thumbSecondaryColor={'lightgreen'} size={10} />

Image

alt text

Sample Code

<CircleProgress
  value={20}
  size={100}
  labelStyle={{ backgroundColor: '' }}
  symbols={'%'}
  thickness={5}
  labelColor={'#f00'}
  labelSize={16}
  thumbColor={'#ff0'}
  thumbSecondaryColor={'#ff0f'}
  labelBackgroundStyle={{}}
/>

Props

NameDescriptionDefaultControl
circleIdstringstringstring
valuenumber2020
labelStyleobject{ }labelStyle : {}
symbolschar "%","$""%""%"
thicknessnumber44
sizenumber5050
labelSizenumber1010
thumbColorstring"blue"linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
thumbSecondaryColorstring"lightblue"linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
labelBackgroundStyleobject{ }labelBackgroundStyle : {}
classNamestringcircle-progressSet string
sxSxProps<Theme>{}Set object
labelColorstring"green"linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));