@bronzelabs/oakma-ui
v0.0.23
Published
Oakma's component system for the web.
Readme
Oakma UI
Oakma's component system for the web.
Installation
Install the package and its peer dependencies:
npm i @bronzelabs/oakma-ui react react-dom react-selectUsage
import { Button } from "@bronzelabs/oakma-ui"
export default function App() {
return <Button>Click me</Button>
}For more detailed usage instructions, please refer to the documentation.
