3.0.18 • Published 3 months ago
@spellix/badge v3.0.18
@spellix/badge
A Quick description of the component
This component is generated automatically, please add a description and usage instructions below.
Short description
Component used to display statuses and other information in a short form
Installation
yarn add @spellix/badge
# or
npm i @spellix/badge
# or
pnpm i @spellix/badge
Usage
Import Badge from the package and configure it with props as needed:
import { Badge } from '@spellix/badge';
export const App = () => {
return <Badge {...({/* props for the component */})} />;
};