JSPM

@instructure/ui-forms

5.0.0-dev.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 941
  • Score
    100M100P100Q12168F
  • License MIT

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

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

npm build-status MIT License Code of Conduct

Installation

yarn add @instructure/ui-forms

Usage

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:

Contribute

See the contributing guidelines for details.

License