UNPKG
@darkobits/formation
Version:
canary (1.0.0-beta.12)
latest (1.0.0)
1.0.0
1.0.0-beta.12
1.0.0-beta.11
1.0.0-beta.10
1.0.0-beta.8
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
0.3.3
0.3.2
0.3.1
0.3.0
0.3.0-beta.4
0.3.0-beta.3
0.3.0-beta.2
0.3.0-beta.1
0.2.12
0.2.11
0.2.10
0.2.10-beta.1
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
github.com/darkobits/formation
darkobits/formation
@darkobits/formation
/
dist
/
components
/
index.js
13 lines
(7 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
require
(
'./Form/Form'
);
require
(
'./FormGroup/FormGroup'
);
require
(
'./Input/Input'
);
require
(
'./Errors/Errors'
);
require
(
'./Textarea/Textarea'
);
require
(
'./Select/Select'
);