- Docs
- components
- Group
Group
A group represents a set of related UI controls, and supports interactive states for styling.
A group can be created with a <div role="group">
or via the HTML <fieldset>
element. The Group component supports additional UI states, and can be used standalone or as part of a larger pattern such as NumberField or DatePicker.
Preview
Code
Installation
CLI
Copy & Paste
Copy and paste the following code into your project: field.tsx
Loading...
Update the import paths to match your project setup.
Examples
Demo
Preview
Code
Labeling
Preview
Code
--