mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
feat(components): add Search component
This commit is contained in:
parent
a56e45058a
commit
8ff35b7642
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 SkeletonText from './components/SkeletonText';
|
||||
import Tag, { TagSkeleton } from './components/Tag';
|
||||
import TextArea, { TextAreaSkeleton } from './components/TextArea';
|
||||
|
@ -39,6 +40,8 @@ export {
|
|||
Link,
|
||||
ListItem,
|
||||
OrderedList,
|
||||
Search,
|
||||
SearchSkeleton,
|
||||
SkeletonText,
|
||||
Tag,
|
||||
TagSkeleton,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue