mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Merge branch 'master' into skeleton-placeholder
This commit is contained in:
commit
d376ac0d0b
7 changed files with 137 additions and 3 deletions
|
@ -10,6 +10,7 @@ import Loading from './components/Loading';
|
|||
import Link from './components/Link';
|
||||
import ListItem from './components/ListItem';
|
||||
import OrderedList from './components/OrderedList';
|
||||
import Search, { SearchSkeleton } from './components/Search';
|
||||
import SkeletonPlaceholder from './components/SkeletonPlaceholder';
|
||||
import SkeletonText from './components/SkeletonText';
|
||||
import Tag, { TagSkeleton } from './components/Tag';
|
||||
|
@ -40,6 +41,8 @@ export {
|
|||
Link,
|
||||
ListItem,
|
||||
OrderedList,
|
||||
Search,
|
||||
SearchSkeleton,
|
||||
SkeletonPlaceholder,
|
||||
SkeletonText,
|
||||
Tag,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue