We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2b826 commit 1d4aee7Copy full SHA for 1d4aee7
packages/demo/src/getting-started.ts
@@ -1,10 +1 @@
1
-import { multipleSelect } from 'multiple-select-vanilla';
2
-
3
-export default class Example {
4
- mount() {
5
- multipleSelect('#select1');
6
- multipleSelect('#select2', {
7
- placeholder: 'Here is the placeholder via javascript',
8
- });
9
- }
10
-}
+export default class Example {}
0 commit comments