0.1.2 • Published 3 years ago

konoha-ui v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

konoha UI

:thinking: Motivation

The main objective of this project is learning

:package: Install

You can install Konoha UI

via npm:

npm install konoha-ui

or

via yarn:

yarn add konoha-ui

:sparkles: Using the Konoha UI

import { Button } from 'konoha-ui'

function App() {
  return <Button backgroundColor="black">Hello World</Button>
}

export default App

:wave: Questions

If you find a problem, feel free to open new GitHub Issues.