UNPKG

jiro-ui

Version:

A Mithril.js UI library based from construct-ui

14 lines (9 loc) 406 B
@# Form The form component provides a simple wrapper over the HTML `form` element and arranges an array of `FormGroup` components. The form is wrapped in a `Grid` component and each `FormGroup` is wrapped in a `Col` component allowing for responsive styling. @example FormExample @## Form Attrs @interface IFormAttrs @## FormGroup Attrs @interface IFormGroupAttrs @## FormLabel Attrs @interface IAttrs