Overview

Properties

PropertiesDescription
orientationThe orientation of the component.
dirThe reading direction of the radio group. If omitted, inherits globally from DirectionProvider or assumes LTR (left-to-right) reading mode.
loopWhen true, keyboard navigation will loop from last item to first, and vice versa.
childrenThe Children prop allows users to pass other components as a property, enabling users to compose together components.
classNameThe className property can be used to add a CSS class to a component that accepts styling. In Clutch, the className property powers the visual styling panel and the class name itself is auto-generated. Additional class names can be passed to the component by twirling open the className control and passing in strings.