mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11: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
4
src/components/Search/index.js
Normal file
4
src/components/Search/index.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import Search from './Search.svelte';
|
||||
|
||||
export default Search;
|
||||
export { default as SearchSkeleton } from './Search.Skeleton.svelte';
|
Loading…
Add table
Add a link
Reference in a new issue