@net-advantage/nabs-ui-buttons
v0.26.0
Published
Reusable React button components for the Nabs UI library.
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>;
}