@dinefy/react-checkbox
v1.1.3
Published
Dinefy React Web UI - checkbox component
Readme
@dinefy/react-checkbox
Dinefy React Web UI - checkbox component
Installation
npm install @dinefy/react-checkboxUsage
import { Checkbox } from "@dinefy/react-checkbox";
function App() {
return (
<Checkbox.Root>
Checkbox Content
</Checkbox.Root>
);
}API Reference
Checkbox.Root
The root component of the checkbox component.
Props
Extends all HTML div element props.
