Pill-grouped segmented control with inset muted track and a raised card under the active choice.
New here? Read the installation guide.
import { Form24 } from "@/components/beste/piece/form24";
<Form24
label="View mode"
options={[
"Kanban",
"List",
"Calendar",
"Timeline"
]}
activeIndex={1}
/>Standard text field with a label on top and a muted helper line under the control.
Labeled input flanked by a red asterisk and a Required pill, plus an explanatory hint below.
Legal consent card with a custom checkbox, inline underlined policy links, and a red asterisk when required.