https://github.com/wolfadex/wolfadex-components
A collection of web components to make buliding web sites/apps simpler.
https://github.com/wolfadex/wolfadex-components
Last synced: about 1 year ago
JSON representation
A collection of web components to make buliding web sites/apps simpler.
- Host: GitHub
- URL: https://github.com/wolfadex/wolfadex-components
- Owner: wolfadex
- Created: 2021-01-02T22:51:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T20:43:54.000Z (over 4 years ago)
- Last Synced: 2025-02-07T18:14:53.687Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wolfadex Components
Common, simple web components for use across any web project. Every component should do 1 thing and do it well.
| Component | Use Case |
| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| [\](./click-outside.js) | detect clicking outside element(s) |
| [\](./simple-modal.js) | simple modal using the fairly new [dialog.showModal() API](https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/showModal) |
---
## Use
Suggested use is to perma link to the file on github like so
```html
```
or to copy this code to a local file.