npm.io
6.27.0 • Published 6 years ago

@instructure/ui-forms

Licence
MIT
Version
6.27.0
Deps
34
Size
1008 kB
Vulns
0
Weekly
0
Stars
478
DeprecatedThis package is deprecated

category: packages

ui-forms

npm  build-status  MIT License  Code of Conduct

Deprecated components

The following components have been deprecated and will be removed from the ui-forms package:

Codemods are provided to assist in updating the packages. See ui-codemods

Installation
yarn add @instructure/ui-forms
Usage
import React from 'react'
import { TextInput } from '@instructure/ui-forms'

const MyTextInput = () => {
  return (
    <TextInput label="Name" placeholder="Doe, John Doe" />
  )
}