Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 235 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 235 Bytes

@react-web/text-input

Usage

import { TextInput } from 'react-web/components'
// import TextInput from 'react-web/text-input'

render(
  <TextInput
    value={this.state.value}
  />
)

License

MIT↗