Package Exports
- @instructure/ui-forms
- @instructure/ui-forms/lib/components/Checkbox
- @instructure/ui-forms/lib/components/CheckboxGroup
- @instructure/ui-forms/lib/components/DateInput
- @instructure/ui-forms/lib/components/FileDrop
- @instructure/ui-forms/lib/components/FormField
- @instructure/ui-forms/lib/components/FormField/FormFieldLabel
- @instructure/ui-forms/lib/components/FormFieldGroup
- @instructure/ui-forms/lib/components/NumberInput
- @instructure/ui-forms/lib/components/RadioInput
- @instructure/ui-forms/lib/components/RadioInputGroup
- @instructure/ui-forms/lib/components/RangeInput
- @instructure/ui-forms/lib/components/Select
- @instructure/ui-forms/lib/components/Select/SelectMultiple
- @instructure/ui-forms/lib/components/Select/SelectOptionsList
- @instructure/ui-forms/lib/components/Select/SelectSingle
- @instructure/ui-forms/lib/components/TextArea
- @instructure/ui-forms/lib/components/TextInput
- @instructure/ui-forms/lib/components/TimeInput
- @instructure/ui-forms/lib/utils/FormPropTypes
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-forms) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
category: packages
ui-forms
Installation
yarn add @instructure/ui-formsUsage
import React from 'react'
import TextInput from '@instructure/ui-forms/lib/components/TextInput'
export default MyTextInput = function () {
return (
<TextInput label="Name" placeholder="Doe, John Doe" />
)
}Components
The ui-forms package contains the following components:
- Checkbox
- CheckboxGroup
- DateInput
- DateTimeInput
- FileDrop
- FormField
- FormFieldGroup
- NumberInput
- RadioInput
- RadioInputGroup
- RangeInput
- Select
- TextArea
- TextInput
- TimeInput
Contribute
See the contributing guidelines for details.