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
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 oneto 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>
- Updated .
Package analyzed in 3469 ms. - Missing or incorrect documentation? Open an issue for this package.