99.10.0 • Published 4 years ago

@temporg/ui-form-field v99.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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 @temporg/ui-form-field

Usage

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

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

For detailed usage and documentation, see individual components.