react-vite-component-library
v1.1.2
Published
**Technology Used:**\ React\ Typescript\ Vite\ Tailwind\ Playwright\ StoryBook 7
Readme
This is a template to create React Components Library
Technology Used:
React
Typescript
Vite
Tailwind
Playwright
StoryBook 7
Project setup
Please follow below mentioned step to run this project:
- Clone the repo
https://github.com/shubhadip/react-vite-component-libraryInstall
npm installstorybook Development
npm run storybookBuild Library
npm run buildRun Playwright Tests
npm run testUsage Of Components
import { AppButton } from 'react-vite-component-library/appbutton'
... ...
Usage Of Utilities & Types
... import { ButtonThemes } from 'react-vite-component-library' ...
Usage Of Exported tailwind-base.config.js
exported tailwind config can be used via tailwind preset
