UNPKG
reflay
Version:
beta (1.0.0-beta.2)
latest (1.0.3)
1.0.3
1.0.1
1.0.0
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
React Flexbox Layout.
beplus.github.io/reflay
beplus/reflay
reflay
/
src
/
index.js
8 lines
(6 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Layout
from
'./components/Layout'
import
Box
from
'./components/Box'
module
.
exports
= {
Layout
,
Box
}