mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
feat(tree-view): add TreeView
This commit is contained in:
parent
f4a3646cb4
commit
cf6331820c
18 changed files with 648 additions and 1 deletions
|
@ -27,6 +27,9 @@ $carbon--theme: $carbon--theme--g80;
|
|||
@import "carbon-components/scss/globals/scss/_css--body";
|
||||
@import "carbon-components/scss/globals/grid/grid";
|
||||
|
||||
// Import experimental TreeView styles not included in global styles
|
||||
@import "carbon-components/src/components/treeview/treeview";
|
||||
|
||||
// Import all component styles
|
||||
@import "carbon-components/scss/globals/scss/styles";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue