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