Skip to content

Vue Forms

Componentes para Formulario

Cómo crearlos partir de elementos primitivos

VueForms

Componente Input

Componente reutilizable a partir del elemento Input (type="text").

Componente Select

Componente reutilizable a partir del elemento Select.

Componente Checkbox

Componente reutilizable a partir del elemento Input (type="checkbox").

Componente Radio

Componente reutilizable a partir del elemento Input (type="radio").

Componente RadioGroup

Componente reutilizable para agrupar elementos Input (type="radio") por nombre.

Componente Textarea

Componente reutilizable a partir del elemento Textarea.