UNPKG

preact-material-components

Version:
10 lines (9 loc) 140 B
<TextField label="Your name" onKeyUp={e => { this.setState({ name: e.target.value }); }} />{" "} Hi - {this.state.name}