UNPKG

react-form-controlled

Version:

Intuitive react forms for building powerful applications

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