UNPKG

react-form-controlled

Version:

Intuitive react forms for building powerful applications

12 lines (9 loc) 181 B
import Button from './Button'; export default class Up extends Button { static defaultProps = { text: 'Up', }; async process() { return this.getParent().up(); } }