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