Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakelazaroff/webcomponents


https://github.com/jakelazaroff/webcomponents

Last synced: 2 months ago
JSON representation

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.