brutalism-ui
v0.4.1
Published
A brutalist component library.
Readme
Getting Started
Install package
npm install brutalism-uiUsage
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.
