rc-progress

  • Version 4.0.0
  • Published
  • 52.3 kB
  • 3 dependencies
  • MIT license

Install

npm i rc-progress
yarn add rc-progress
pnpm add rc-progress

Overview

progress ui component for react

Index

Variables

variable _default

const _default: { Line: any; Circle: any };

    variable Circle

    const Circle: React.FC<ProgressProps>;

      variable Line

      const Line: React.FC<ProgressProps>;

        Interfaces

        interface ProgressProps

        interface ProgressProps {}

          property className

          className?: string;

            property gapDegree

            gapDegree?: number;

              property gapPosition

              gapPosition?: GapPositionType;

                property id

                id?: string;

                  property onClick

                  onClick?: React.MouseEventHandler;

                    property percent

                    percent?: number | number[];

                      property prefixCls

                      prefixCls?: string;

                        property steps

                        steps?:
                        | number
                        | {
                        count: number;
                        gap: number;
                        };

                          property strokeColor

                          strokeColor?: StrokeColorType;

                            property strokeLinecap

                            strokeLinecap?: StrokeLinecapType;

                              property strokeWidth

                              strokeWidth?: number;

                                property style

                                style?: React.CSSProperties;

                                  property trailColor

                                  trailColor?: string;

                                    property trailWidth

                                    trailWidth?: number;

                                      property transition

                                      transition?: string;

                                        Package Files (4)

                                        Dependencies (3)

                                        Dev Dependencies (24)

                                        Peer Dependencies (2)

                                        Badge

                                        To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                                        You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/rc-progress.

                                        • Markdown
                                          [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/rc-progress)
                                        • HTML
                                          <a href="https://www.jsdocs.io/package/rc-progress"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>