UNPKG

@mankindui/core

Version:

- a react component library - you can see how @mankindui/core can be used via examples: [usage examples](https://github.com/clarklindev/mankindui-test)

51 lines (34 loc) 864 B
# mankindui/core - a react component library - you can see how @mankindui/core can be used via examples: [usage examples](https://github.com/clarklindev/mankindui-test) ## usage ```sh npm i @mankindui/core ``` ## make a change to code ```sh git add . git commit -m "" git push ``` ## version patch ```sh npm version patch ``` ## build ```sh npm run build ``` ## publish ```sh npm publish --access public ``` --- # how 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](https://tailwindcss.com/docs/installation/using-vite)