src/components/form/form-radio.tsximport { Paragraph } from '@/components/paragraph'// ============================================================================// FormRadioGroup Component// ============================================================================export type FormRadioProps = {heading?: stringname: stringoptions: string[]required?: booleandefaultValue?: stringlabel?: string}export function FormRadioGroup({heading,name,options,required = false,
Showing the first 20 lines.
Get full code