3.0.18 • Published 3 months ago
@spellix/progress v3.0.18
@spellix/progress
A Quick description of the component
This component is generated automatically, please add a description and usage instructions below.
Short description
Component which indicates the progress of some process or task.
Installation
yarn add @spellix/progress
# or
npm i @spellix/progress
# or
pnpm i @spellix/progress
Usage
Import Progress from the package and configure it with props as needed:
import { Progress } from '@spellix/progress';
export const App = () => {
return <Progress {...({/* props for the component */})} />;
};