mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
parent
d55aacaf27
commit
76d7dc5319
9 changed files with 190 additions and 0 deletions
13
src/index.js
13
src/index.js
|
@ -22,6 +22,13 @@ import FormLabel from './components/FormLabel';
|
|||
import Icon, { IconSkeleton } from './components/Icon';
|
||||
import InlineLoading from './components/InlineLoading';
|
||||
import Link from './components/Link';
|
||||
import ListBox, {
|
||||
ListBoxField,
|
||||
ListBoxMenu,
|
||||
ListBoxMenuIcon,
|
||||
ListBoxMenuItem,
|
||||
ListBoxSelection
|
||||
} from './components/ListBox';
|
||||
import ListItem from './components/ListItem';
|
||||
import Loading from './components/Loading';
|
||||
import Modal from './components/Modal';
|
||||
|
@ -117,6 +124,12 @@ export {
|
|||
Modal,
|
||||
InlineNotification,
|
||||
Link,
|
||||
ListBox,
|
||||
ListBoxField,
|
||||
ListBoxMenu,
|
||||
ListBoxMenuIcon,
|
||||
ListBoxMenuItem,
|
||||
ListBoxSelection,
|
||||
ListItem,
|
||||
Loading,
|
||||
NotificationActionButton,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue