mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(component): add DataTableSkeleton
This commit is contained in:
parent
5c1237f2e4
commit
b95fd1ac55
5 changed files with 84 additions and 0 deletions
|
@ -5,6 +5,7 @@ import Checkbox, { CheckboxSkeleton } from './components/Checkbox';
|
|||
import Copy from './components/Copy';
|
||||
import CopyButton from './components/CopyButton';
|
||||
import CodeSnippet, { CodeSnippetSkeleton } from './components/CodeSnippet';
|
||||
import DataTableSkeleton from './components/DataTableSkeleton';
|
||||
import InlineLoading from './components/InlineLoading';
|
||||
import Loading from './components/Loading';
|
||||
import Link from './components/Link';
|
||||
|
@ -38,6 +39,7 @@ export {
|
|||
CodeSnippetSkeleton,
|
||||
Copy,
|
||||
CopyButton,
|
||||
DataTableSkeleton,
|
||||
InlineLoading,
|
||||
Loading,
|
||||
Link,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue