0.1.0 • Published 2 years ago

@dooboo-ui/progress v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Progress

Props

PropsTypesDescriptionRequiredDefault
styles{    container?: ViewStyle;    text?: TextStyle;    circle?: {        radius?: number;        color?: string;        strokeWidth?: number;    }; }This props determine styles of the component. You don't need to fill this props because the default values are set.undefined
progressnumberProgress value. It must be between 0 to 1.v
type"success" | "danger" | "warning" | "info"Progress theme type. This value determined the color of the shape if prop color is undefined."info"

Not Published

This package is not published yet.