UNPKG
svarog-ui-core
Version:
latest (2.7.13)
2.7.13
2.7.12
2.7.11
2.7.10
2.7.9
2.7.8
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.0.0
1.3.0
1.2.4
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
Core components of Svarog UI without themes
baaaaaaaaasowenyaaaaaaamamabeatsebaaah/svarog
svarog-ui-core
/
src
/
components
/
Form
/
index.js
9 lines
(7 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// src/components/Form/index.js
import
Form
from
'./Form.js'
;
import
FormGroup
from
'./FormGroup.js'
;
import
FormSection
from
'./FormSection.js'
;
import
FormActions
from
'./FormActions.js'
;
export
{
Form
,
FormGroup
,
FormSection
,
FormActions
};
export
default
Form
;