A collection of React components written in Typescript dividing sections in a creative manner.
Add the package with the package manager via NPMs registry of choice to your project:
- yarn:
yarn add react-section-dividers - npm:
npm install react-section-dividers - pnpm:
pnpm add react-section-dividers - npx:
npx -p react-section-dividers
A line at an angle.
This project is based on react-vite-storybook-typescript-starter.