nabs-ui-buttons
v0.1.0
Published
Reusable React button components for the Nabs UI library.
Downloads
13
Readme
nabs-ui-buttons
Minimal reusable React button components for the Nabs UI library.
Usage
import { Button } from "nabs-ui-buttons";
export function Example() {
return <Button variant="primary">Save changes</Button>;
}