The main objective of this project is learning
You can install Konoha UI
via npm:
npm install konoha-ui
or
via yarn:
yarn add konoha-ui
import { Button } from 'konoha-ui'
function App() {
return <Button backgroundColor="black">Hello World</Button>
}
export default App
If you find a problem, feel free to open new GitHub Issues.