Radio-card list where the selected row picks up a primary ring and a tinted background.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form23 } from "@/components/beste/piece/form23";
<Form23
legend="Delivery speed"
options={[
{
"label": "Standard",
"description": "3–5 business days · Free"
},
{
"label": "Express",
"description": "Next business day · $8"
},
{
"label": "Same-day",
"description": "Order by noon · $14"
}
]}
selectedIndex={1}
/>Row of round color swatches where the selected one picks up an outer contrast ring.



Searchable people picker with a focused search input above a list that tints the selected row.
Picker that keeps chosen options as removable violet pills next to a chevron to open the list.
Notifications
A compact settings card listing labeled rows, each with an accent on/off toggle switch.
Pill-grouped segmented control with inset muted track and a raised card under the active choice.
Bordered card bundling a legend, description, and a short stack of related inputs.