UNPKG
react-formio-helper
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Helper library for apps built with react and form.io.
react-formio-helper
/
src
/
containers
/
Delete.jsx
10 lines
(8 loc)
•
129 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
import
React
from
'react'
;
export
default
() => {
return
(
<
div
className
=
"form-delete"
>
Delete!
</
div
>
); };