@instructure/ui-form-field
v10.10.0
Published
Form layout components.
Downloads
43,161
Maintainers
Keywords
Readme
category: packages
ui-form-field
Form layout components.
Components
The ui-form-field
package contains the following:
Installation
npm install @instructure/ui-form-field
Usage
---
type: code
---
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.