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