- 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
NPM
PNPM
Bun
Yarn
Examples
Demo
Preview
Code
Labeling
Preview
Code
--