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 c4d2c4b commit faedbddCopy full SHA for faedbdd
README.md
@@ -23,8 +23,10 @@ Flatpickr is a lightweight and powerful datetime picker. Svelte Flatpickr Plus i
23
24
Svelte Flatpickr Plus coming with 1 powerful action and you can name it what ever you want.
25
26
-```javascript
27
-<script>import name_it_yourself from 'svelte-flatpickr-plus';</script>
+```html
+<script>
28
+ import your_action_name from 'svelte-flatpickr-plus';
29
+</script>
30
```
31
32
## Installation
@@ -41,7 +43,7 @@ you can import any actions and passing options to that actions that all you need
41
43
42
44
example for build date picker element
45
46
47
<script>
48
import svlatepickr from 'svelte-flatpickr-plus';
49
</script>
0 commit comments