-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vasyl Derenko
authored and
Vasyl Derenko
committed
Jul 26, 2023
1 parent
4cf23a8
commit a7c042e
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,12 +49,13 @@ NovaPoshta © address and warehouse selects. It contains two selects, which requ | |
|
||
#### Script tag: | ||
|
||
Go to `/build` folder and download `np-select.umd.js`, `np-select.d.ts` if you want to have `.ts` types | ||
|
||
```html | ||
<script type="text/javascript" src="np-select.umd.js"></script> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/build/np-select.umd.js"></script> | ||
``` | ||
|
||
- Also you can go to `/build` folder and download `np-select.umd.js`, `np-select.d.ts` if you want to have `.ts` types | ||
|
||
|
||
Now select is availiable under NpSelect global variable: | ||
|
||
```js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters