UNPKG

react-formio-helper

Version:

Helper library for apps built with react and form.io.

10 lines (8 loc) 129 B
import React from 'react'; export default () => { return ( <div className="form-delete"> Delete! </div> ); };