UNPKG
flexi-js
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.0.0
A responsive and flexible css scheme.
github.com/ScottCybak/flexi-js
ScottCybak/flexi-js
flexi-js
/
src
/
test
/
index.js
8 lines
(6 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// loads up everything available
import
DropDown
from
"../DropDown"
;
import
Modal
from
"../Modal"
;
// and instance everything
let
dropDown =
new
DropDown
();
let
modal =
new
Modal
();