mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat(contained-list): add ContainedList
, ContainedListItem
This commit is contained in:
parent
cf41756cf4
commit
9ac6f7344c
11 changed files with 484 additions and 2 deletions
|
@ -22,6 +22,7 @@ export {
|
|||
ModalBody,
|
||||
ModalFooter,
|
||||
} from "./ComposedModal";
|
||||
export { ContainedList, ContainedListItem } from "./ContainedList";
|
||||
export { CodeSnippet, CodeSnippetSkeleton } from "./CodeSnippet";
|
||||
export {
|
||||
DataTable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue