An open API service indexing awesome lists of open source software.

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.

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.