Back to Component Browser
SelectableIconOption
Quartzlib/quartz/components/SelectableIconOption/index.ts
Preview
Import
import { SelectableIconOption } from '@/lib/quartz';Props (2)
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| type | enum | required | — | Whether the group items should behave as a radio (single select) or checkbox (multi select) |
| optionPaddingPx | number | optional | 8 | The amount of inner padding each option has. |
Usage
Not used in any projects yet.