0.4.0 • Published 4 months ago

@urban-ui/checkbox-group v0.4.0

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

@urban-ui/checkbox-group

control | checkbox-group

npm minzip size License

Group of related checkboxes

## Getting started

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

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

Details

@TODO details about the component

API

PropTypeDescription