React-utility-yard npm 
- React
- Tailwind
- vite
- ts
- storybook
Functions const Hello = () => console.log("Jello....);
- Following libraries are must
- Tailwind
- material Icons ( google fonts )
- Tailwind Plugins
- @tailwindcss/forms
This storybook is published live
npm run storybook
npm run build-storybook-prod
Push the changes to git and change package version otherwise npm don't accept.
npm run build
npm publish
- Remove the padding for sidebar content box
- Remove the css file from build if not using it.
- Side bar not scrolling
- sidebar hamberger issue, its reversed.
- Integrating Tailwind with ts. While building the module compiled tailwind must be sent along with build directory.
npx tailwind -i src/tailwind.css -o ./build/tailwind.css
- Currently, Not providing Css with the package.
- Copy assets to the build [ might need to see better way]
- With Tailwind 3, Dynamic Classed dont work. Use this instead : link/Doc.
- package.json
- files : list of files to be published along with readme and package.json
- tsconfig.json
- sourceMap : source map maps the transformed source to the original source for debbuging purpose by the browser.