FAQ Dial
A component for displaying a FAQ dial
Default
Default FAQ dial
FAQ
Select a marker around the dial
Sign in to view this example's source code.
Sign inProps
| Name | Type | Default | Description |
|---|---|---|---|
| items | FAQItem[] | [] | The items to display in the FAQ dial |
| defaultSelectedId | string | undefined | The default selected item id |
| autoRotate | boolean | false | Whether to automatically rotate the dial |
| className | string | undefined | The class name to apply to the dial |
| showNumbers | boolean | true | Whether to show the numbers on the dial |
| showLabels | boolean | true | Whether to show the labels on the dial |
| showClockHand | boolean | true | Whether to show the clock hand on the dial |
| showPreviewOnHover | boolean | true | Whether to show the preview on hover |