UNPKG
svf
Version:
latest (0.2.5)
0.2.5
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
A simple validate form and React-based implementation
svf
/
es
/
index.js
7 lines
(6 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
require
(
'./style/css'
);
export
{
default
as
Button
}
from
'./button'
;
export
{
default
as
Column
}
from
'./column'
;
export
{
default
as
Form
}
from
'./form'
;
export
{
default
as
Input
}
from
'./input'
;
export
{
default
as
Row
}
from
'./row'
;