Options Cycle
Allows to cycle through an ordered list of options using right-left arrow buttons.
Props
Name | Type | Default | Description |
---|---|---|---|
id required | string | ||
options required | ReactNode[] | ||
buttonClassName | string | ||
className | string | ||
isInline | boolean | ||
nextClassName | string | ||
onChangeOption | (index: number) => void | ||
previousClassName | string | ||
startAt | number | ||
wrapAround | boolean |
Examples
Styles like the Button
No guidelines exist for OptionsCycle yet.