UNPKG
@formio/semantic
Version:
2_5_x (2.5.4-rc.1)
2_6_x (2.6.1-rc.1)
latest (2.6.1)
rc (2.6.0-rc.6)
2.6.1
2.6.1-rc.1
2.6.0
2.6.0-rc.6
2.6.0-rc.5
2.6.0-rc.4
2.6.0-rc.3
2.6.0-rc.2
2.6.0-rc.1
2.5.4-rc.1
2.5.3
2.5.2
2.5.1
2.5.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.0
Semantic UI templates for form.io forms.
github.com/formio/semantic
formio/semantic
@formio/semantic
/
src
/
templates
/
semantic
/
tree
/
partials
/
index.ts
12 lines
(10 loc)
•
153 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
edit
from
'./edit.ejs'
;
import
view
from
'./view.ejs'
;
export
default
{
treeView
: {
form
: view, },
treeEdit
: {
form
: edit, }, };