@akrc/zui
v1.0.0
Published
A simple React UI library
Downloads
4
Readme
ZUI
A clone of the zed website UI using React and Less.
Installation
npm install @akrc/zui
Usage
import '@akrc/zui/style.css'
import { Button } from '@akrc/zui'
const App = () => <Button>Click me</Button>