feat(components): add a tree view page

This commit is contained in:
Alexander Zhukov 2017-05-19 14:40:20 +03:00
parent cf23f972d1
commit a3dede33cf
13 changed files with 109 additions and 8 deletions

View file

@ -33,3 +33,7 @@ $theme-name: 'cosmic';
// @nga/charts module styles
@import '~@nga/theme/overrides/charts/styles/themes/nga.theme.default';
@include nga-charts($theme-name);
// @nga/components module styles
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
@include nga-components($theme-name);

View file

@ -32,3 +32,7 @@ $theme-name: 'default';
// @nga/charts module styles
@import '~@nga/theme/overrides/charts/styles/themes/nga.theme.default';
@include nga-charts($theme-name);
// @nga/components module styles
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
@include nga-components($theme-name);

View file

@ -32,3 +32,7 @@ $theme-name: 'light';
// @nga/charts module styles
@import '~@nga/theme/overrides/charts/styles/themes/nga.theme.default';
@include nga-charts($theme-name);
// @nga/components module styles
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
@include nga-components($theme-name);