nabs-ui-checkbox
v0.1.0
Published
Reusable React checkbox control for the Nabs UI library.
Readme
nabs-ui-checkbox
Reusable checkbox control for the Nabs UI library.
Usage
import { Checkbox } from "nabs-ui-checkbox";
export function Example() {
return <Checkbox label="Accept terms" labelPosition="right" checked />;
}