diff --git a/README.md b/README.md index 19a127ce..4b82976e 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Currently, the following components are supported: - ListBoxSelection - ListItem - Loading +- MultiSelect - Modal - Notification - ToastNotification diff --git a/src/components/ListBox/ListBox.svelte b/src/components/ListBox/ListBox.svelte index 826d9168..c9cb3e38 100644 --- a/src/components/ListBox/ListBox.svelte +++ b/src/components/ListBox/ListBox.svelte @@ -1,6 +1,7 @@