feat(contained-list): add ContainedList, ContainedListItem

This commit is contained in:
Eric Liu 2024-05-07 20:11:09 -07:00
commit 9ac6f7344c
11 changed files with 484 additions and 2 deletions

View file

@ -22,6 +22,7 @@ export {
ModalBody,
ModalFooter,
} from "./ComposedModal";
export { ContainedList, ContainedListItem } from "./ContainedList";
export { CodeSnippet, CodeSnippetSkeleton } from "./CodeSnippet";
export {
DataTable,