UNPKG

parvus-ui

Version:

A micro UI kit with all the main UI components in less than 5KB

13 lines (11 loc) 133 B
Checkbox: ``` <Checkbox checked onChange={() => {}} /> <Checkbox checked={false} onChange={() => {}} /> ```