0.4.0 • Published 4 months ago

@urban-ui/checkbox v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@urban-ui/checkbox

control | checkbox

npm minzip size License

Checkbox component for boolean selection

## Getting started

pnpm add -S @urban-ui/checkbox
import {Checkbox} from '@urban-ui/checkbox'

export function MyComponent() {
  return <Checkbox />
}

Details

@TODO details about the component

API

PropTypeDescription