Pill-grouped segmented control with inset muted track and a raised card under the active choice.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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.
Bordered card bundling a legend, description, and a short stack of related inputs.
Radio-card list where the selected row picks up a primary ring and a tinted background.
Legal consent card with a custom checkbox, inline underlined policy links, and a red asterisk when required.
Notifications
A compact settings card listing labeled rows, each with an accent on/off toggle switch.