Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.
/ wh-react-spinner Public archive

React component for mousewheel modification of a value.

License

Notifications You must be signed in to change notification settings

Wirehive/wh-react-spinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wh-react-spinner

React component for mousewheel modification of a value.

<Spinner
  onChange={value => this.setState({value: this.state.value + value})}
>
  <input value={this.state.value} />
</Spinner>

About

React component for mousewheel modification of a value.

Resources

License

Stars

Watchers

Forks

Packages

No packages published