Form layout components.
The ui-form-field
package contains the following:
npm install @instructure/ui-form-field
---
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.