Components
Loading preview...
@shadcnspace
npx shadcn@latest add https://21st.dev/r/shadcnspace/radio-group-listimport RadioGroupListDemo from "@/components/ui/radio-group-list";
export default function DemoOne() {
return <RadioGroupListDemo />;
}