UEI logo

UEI Manufacturing System

Operations Workspace

FormRadioPillGroup Reference

Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.

Hierarchy

Comece por `atoms` e avance para níveis maiores só quando a capacidade realmente precisar de composição.

FormRadioPillGroup

React Hook Form wrapper for RadioPillGroup.

Use when: Use for typed visible selections inside react-hook-form forms.

Import

import { FormRadioPillGroup } from "@components/index";

Example

<FormRadioPillGroup control={form.control} name="family" options={options} label="Family" />

Available Props

controlRHF control

Form controller from react-hook-form.

namefield path

Field identifier in form schema.

optionsRadioPillOption[]

Visible option list.

Live Preview

Wrapper over `RadioPillGroup` for RHF forms.

Controls

Documented here for import reference; use inside RHF forms only.

This application is a prototype and is being developed by Antonio Araujo and Seron S.