Chip
An input that switches between a selected and unselected state.
Importing
1
import { Chip } from '@infinityfx/fluid';Usage
API reference
Chip Props
size?
'xsm' | 'sml' | 'med' | 'lrg'
'med'
type?
'checkbox' | 'radio'
'checkbox'
Whether the chip behaves as a checkbox or a radio input.
round?
boolean
false
disabled?
boolean
false