Pill-grouped segmented control with inset muted track and a raised card under the active choice.
The import and the props worth knowing about, in one place.
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.
Cookie categories a visitor decides on one at a time, the essential row held on and locked while the others switch under a moving choice.
Labeled input flanked by a red asterisk and a Required pill, plus an explanatory hint below.
Radio-card list where the selected row picks up a primary ring and a tinted background.