mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
parent
4f73b8b71a
commit
6c75c8a973
9 changed files with 243 additions and 0 deletions
|
@ -27,6 +27,7 @@ import ProgressIndicator, {
|
|||
import RadioButton, { RadioButtonSkeleton } from './components/RadioButton';
|
||||
import RadioButtonGroup from './components/RadioButtonGroup';
|
||||
import Search, { SearchSkeleton } from './components/Search';
|
||||
import Select, { SelectSkeleton, SelectItem, SelectItemGroup } from './components/Select';
|
||||
import SkeletonPlaceholder from './components/SkeletonPlaceholder';
|
||||
import SkeletonText from './components/SkeletonText';
|
||||
import Tag, { TagSkeleton } from './components/Tag';
|
||||
|
@ -85,6 +86,10 @@ export {
|
|||
Search,
|
||||
SearchSkeleton,
|
||||
SelectableTile,
|
||||
Select,
|
||||
SelectSkeleton,
|
||||
SelectItem,
|
||||
SelectItemGroup,
|
||||
SkeletonPlaceholder,
|
||||
SkeletonText,
|
||||
Switch,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue