brutalism-ui
v0.4.1
Published
A brutalist component library.
Downloads
3
Readme
Getting Started
Install package
npm install brutalism-ui
Usage
In the consuming app, import the components as needed.
import { Button } from "brutalism-ui"
export const Form = () => {
return (
<form>
...otherElements
<Button label="Submit" />
</form>
)
}
Built With
License
Distributed under the MIT License.