Interface: ToggleGroupItemProps
@arolariu/components / ToggleGroupItemProps
Interface: ToggleGroupItemProps
Defined in: components/ui/toggle-group.tsx:44
Props for an individual toggle-group item.
Remarks
Inherits the shared toggle API except for pressed-state props, which are controlled by the surrounding ToggleGroup.
Extends
Omit<ToggleProps,"pressed"|"defaultPressed"|"onPressedChange">
Properties
className?
optionalclassName?:string
Defined in: components/ui/toggle.tsx:45
Applies additional CSS classes to the component root element.
Default
undefined
Inherited from
variant?
optionalvariant?:ToggleVariant
Defined in: components/ui/toggle.tsx:50
Controls the rendered visual variant.
Default
"default"
Inherited from
size?
optionalsize?:ToggleSize
Defined in: components/ui/toggle.tsx:55
Controls the rendered size variant.
Default
"default"
Inherited from
// was this page useful?