Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakelazaroff/webcomponents
https://github.com/jakelazaroff/webcomponents
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakelazaroff/webcomponents
- Owner: jakelazaroff
- Created: 2024-01-31T22:03:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T19:22:15.000Z (10 months ago)
- Last Synced: 2024-03-15T00:58:41.681Z (10 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web components
A small collection of web components I've reused for different projects.
- [``](/animated-stroke.js): a component that animates SVG strokes.
- [``](/click-outside.js): a component that detects when when mouse and pointer events are triggered outside of it.
- [``](/move-able.js): a component that handles mouse and pointer events to implement drag-and-drop.
- [``](/roving-tabindex.js): a component that implements the [roving tabindex](https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_roving_tabindex) pattern for building accessible menus and grids.