Settings Form
A composed settings form with validation copy, toggles, and save actions.
Project settings
tsx
<Field label="Project name" id="project-name" required>
<TextField id="project-name" value="Lui Admin" required />
</Field>A composed settings form with validation copy, toggles, and save actions.
<Field label="Project name" id="project-name" required>
<TextField id="project-name" value="Lui Admin" required />
</Field>