Patterns icon indicating copy to clipboard operation
Patterns copied to clipboard

Library for quickly applying rich interaction patterns without the need to write any JavaScript.

Results 101 Patterns issues
Sort by recently updated
recently updated
newest added
trafficstars

When setting navigation markers based on URL comparison do not set the query string and hash fragments. When using hash navigation within one page, use pat-scroll to mark items as...

Experimenting with Patternslib monorepo to provide additionally an @patternslib/core package which could be deployed independently from @patternslib/patternslib while not breaking backwards compatibility.

For multiple configurations like in concatenating multiple source and target options pat-inject with the && operator, enforce whitespace around the double-ampersand. Note: I don't remember the reason why I came...

Some weekend-work with the goal of removing obsolete stuff and finally peeling out the core into ``@patternslib/core``.

A side outcome of the pat-inject autoload-visible fixes. Eventually this will be revisited later to rework pat-inject for a more readable, simpler and clearer structure. The branch name is misleading.

[WIP] Rethink usage of mutation observer. Maybe use ``debounce`` to not constantly fire events when the DOM tree changes? See this discussion/explanation: https://stackoverflow.com/questions/31659567/performance-of-mutationobserver-to-detect-nodes-in-entire-dom/39332340 https://stackoverflow.com/questions/14377590/queryselector-and-queryselectorall-vs-getelementsbyclassname-and-getelementbyid

hold merge

- feat(core form-data-event): New core pattern to allow passing form data via events.

hold merge