File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Features:
88- The minified bundle weighs less than 5kb
99- universal validation for any numeric formats
1010
11+ [ Demo] ( https://coding-style.ru/code_reviews/271/edit )
12+
1113## Using inside Svelte app:
1214
1315``` html
@@ -39,10 +41,10 @@ export default app
3941### using prepared bundle:
4042
4143``` html
42- <link rel =" stylesheet" href =" https://unpkg.com/svelte-mask@0.2.6 /build/css/app.css" >
44+ <link rel =" stylesheet" href =" https://unpkg.com/svelte-mask@latest /build/css/app.css" >
4345
4446 <div id =" app" ></div >
45- <script src =" https://unpkg.com/svelte-mask@0.2.6 /build/bundle.js" ></script >
47+ <script src =" https://unpkg.com/svelte-mask@latest /build/bundle.js" ></script >
4648 <script >
4749 createMaskInput (' app' , ' +7(999)9999999' )
4850 </script >
You can’t perform that action at this time.
0 commit comments