chamala-ui
v1.4.2
Published
A simple UI library
Readme
A template to create your own UI.
Install the UI
npm install chamala-ui
Add the UI css to the root of your project
import from "chamala-ui/dist/styles.css"
Enjoy
import {Button, Input} from "chamala-ui"
Optional: Create your own UI.
- Clone the repository
- Add you changes
- Login to npm.js account
npm login - Patch the version
npm version patch - Publish after the changes
npm publish
