@akrc/zui

ZUI

A clone of the zed website UI using React and Less.

Stories TypeDoc

npm install @akrc/zui
import '@akrc/zui/style.css'
import { Button } from '@akrc/zui'

const App = () => <Button>Click me</Button>