UNPKG
@engie-group/fluid-design-system-vue
Version:
latest (0.6.12)
next (0.7.0-next.11)
rc (0.1.1)
0.7.0-next.11
0.7.0-next.10
0.7.0-next.9
0.7.0-next.8
0.7.0-next.7
0.7.0-next.6
0.7.0-next.5
0.7.0-next.4
0.7.0-next.3
0.7.0-next.2
0.7.0-next.1
0.7.0-next.0
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Fluid Design System Vue
www.engie.design/fluid-design-system/
@engie-group/fluid-design-system-vue
/
src
/
main.ts
7 lines
(5 loc)
•
269 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
'fluid-styles/base'
;
import
'fluid-styles/components/button/index.scss'
;
import
'fluid-styles/components/icon/_material.scss'
;
export
{
default
as
Button
}
from
'./components/button/NjButton.vue'
;
export
{
default
as
Icon
}
from
'./components/icon/NjIcon.vue'
;