Skip to content

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

NameDescriptionTypeDefault Value
selectedIndicates whether the item is selected or not.booleanfalse
valueThe value associated with the item. This value has to be unique among sibling items.string""