mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(data-table): add toolbar, toolbar search
This commit is contained in:
parent
8a65e463a1
commit
611d72bcf3
10 changed files with 640 additions and 154 deletions
|
@ -149,6 +149,7 @@
|
|||
</script>
|
||||
|
||||
<TableContainer title="{title}" description="{description}" {...$$restProps}>
|
||||
<slot />
|
||||
<Table
|
||||
zebra="{zebra}"
|
||||
size="{size}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue