PinwheelItem
The pinwheel item component.
Importing
ts
import "@tapsioss/web-components/pinwheel";
ts
import { PinwheelItem } from "@tapsioss/react-components/PinwheelItem";
Component Usage
html
<tapsi-pinwheel-item></tapsi-pinwheel-item>
tsx
<PinwheelItem />
Properties
Name | Description | Type | Default Value |
---|---|---|---|
selected | Indicates whether the item is selected or not. | boolean | false |
value | The value associated with the item. This value has to be unique among sibling items. | string | "" |