This package has been deprecated

Author message:

Progress is merged to dooboo-ui as ProgressCircle. In the future, this could be Progress.Circle.

@dooboo-ui/progress
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Progress

Props

Props Types Description Required Default
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
progress number Progress 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.

/@dooboo-ui/progress/

    Package Sidebar

    Install

    npm i @dooboo-ui/progress

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    40.4 kB

    Total Files

    6

    Last publish

    Collaborators

    • do02reen24
    • dooboolab
    • jongtaek