@mankindui/core
v0.0.87
Published
- a react component library - you can see how @mankindui/core can be used via examples: [usage examples](https://github.com/clarklindev/mankindui-test)
Downloads
32
Maintainers
Readme
mankindui/core
- a react component library
- you can see how @mankindui/core can be used via examples: usage examples
usage
npm i @mankindui/coremake a change to code
git add .
git commit -m ""
git pushversion patch
npm version patchbuild
npm run buildpublish
npm publish --access publichow to use this library
- create a vite project
npm create vite@latest- NOTE: @mankindui/core supports the
react framework - when creating project -> select a variant, choose:
typescript - because Tailwindcss is a dependency, you should install tailwindcss in your own project see tailwind - Using Vite
