Package Exports
- @instructure/ui-form-field
- @instructure/ui-form-field/es/index.js
- @instructure/ui-form-field/lib/FormField
- @instructure/ui-form-field/lib/FormField/index.js
- @instructure/ui-form-field/lib/FormFieldGroup
- @instructure/ui-form-field/lib/FormFieldGroup/index.js
- @instructure/ui-form-field/lib/FormFieldLayout
- @instructure/ui-form-field/lib/FormFieldLayout/index.js
- @instructure/ui-form-field/lib/FormFieldMessages
- @instructure/ui-form-field/lib/FormFieldMessages/index.js
- @instructure/ui-form-field/lib/FormPropTypes
- @instructure/ui-form-field/lib/FormPropTypes.js
- @instructure/ui-form-field/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@instructure/ui-form-field) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ui-form-field
Form layout components.
Components
The ui-form-field package contains the following:
Installation
npm install @instructure/ui-form-fieldUsage
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.