Skip to content

Commit

Permalink
docs: add examples link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Mar 26, 2023
1 parent f865a6e commit c6596d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,16 @@ selectmenu and a polyfilled selectmenu with misaligned API's.
```html
<script type="module" src="https://cdn.jsdelivr.net/npm/selectmenu-polyfill/src/selectmenu.min.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/selectmenu-polyfill/src/option.min.js"></script>

<x-selectmenu>
<x-option>Option 1</x-option>
<x-option>Option 2</x-option>
<x-option>Option 3</x-option>
</x-selectmenu>
```

[See all examples](https://selectmenu-polyfill.vercel.app/examples/)

## Caveats

- Firefox and Safari don't allow creating a shadow DOM
Expand Down

1 comment on commit c6596d0

@vercel
Copy link

@vercel vercel bot commented on c6596d0 Mar 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

selectmenu-polyfill – ./

selectmenu-polyfill-git-main-luwes.vercel.app
selectmenu-polyfill.vercel.app
selectmenu-polyfill-luwes.vercel.app

Please sign in to comment.