Count
Custom Icon
Allow Half
Disabled
Read-Only
RTL
API Reference
Rating
Property | Type | Description |
---|---|---|
base | string | |
gap | string | |
classes | string | |
controlBase | string | |
controlGap | string | |
controlClasses | string | |
labelBase | string | |
labelClasses | string | |
itemBase | string | |
itemClasses | string | |
stateInteractive | string | |
stateReadOnly | string | |
stateDisabled | string | |
iconEmpty | ReactNode | |
iconHalf | ReactNode | |
iconFull | ReactNode | |
label | ReactNode | |
onValueChange | (value: number) => void | |
ids | Partial<{ root: string; label: string; hiddenInput: string; control: string; item(id: string): string; }> | |
translations | IntlTranslations | |
count | number | |
name | string | |
form | string | |
value | number | |
readOnly | boolean | |
disabled | boolean | |
required | boolean | |
allowHalf | boolean | |
autoFocus | boolean | |
onHoverChange | (details: HoverChangeDetails) => void | |
dir | "ltr" | "rtl" | |
getRootNode | () => ShadowRoot | Node | Document | |