Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add CDN Package
  • Loading branch information
YasinDehfuli committed Jan 14, 2024
1 parent 2bf294b commit 549db2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ yarn add x-mega-menu
````
or use dist file of repo.

With CDN Package:

CSS ⬇️
````
https://cdn.jsdelivr.net/npm/[email protected]/dist/x-mega-menu.min.css
````
JavaScript ⬇️
````
https://cdn.jsdelivr.net/npm/[email protected]/dist/x-mega-menu.min.js
````

add assets:
```html
<link rel="stylesheet" href="x-mega-menu/dist/x-mega-menu.min.css">
Expand Down

0 comments on commit 549db2f

Please sign in to comment.