JSPM

@instructure/ui-form-field

7.4.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18676
  • Score
    100M100P100Q141047F
  • License MIT

Form layout components.

Package Exports

  • @instructure/ui-form-field

Readme


category: packages

ui-form-field

npm  build-status  MIT License  Code of Conduct

Form layout components.

Components

The ui-form-field package contains the following:

Installation

yarn add @instructure/ui-form-field

Usage

import React from 'react'
import { FormField } from '@instructure/ui-form-field'

const MyFormField = () => {
  return (
    <FormField label="Label" layout="inline">
      ...
    </FormField>
  )
}

For detailed usage and documentation, see individual components.