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 113 Patterns issues
Sort by recently updated
recently updated
newest added

Continuation of: https://github.com/Patternslib/Patterns/pull/827 Related: - https://github.com/Patternslib/Patterns/pull/829 - https://github.com/Patternslib/Patterns/pull/827 - https://github.com/Patternslib/patterns-sass/pull/1

hold merge

these tests are failing and i give up. don't want to mess around with this outdated infrastructure but better fix this in es6-core. :collision:

hold merge

in progress
hold merge

Fixed an issue with pat-markdown where rendering was not like expected when source has prepending whitespace (#697) Fixes #697 DO NOT MERGE, this is probably an invalid fix!

hold merge

There are cases where a `` is changed to `` by `pat-date-picker`: 1) If a browser does not support the `date` type (should be rare these days), 2) If we...

Consider a form with an autosubmit subform inside of it. The user makes a change within the subform. There's a delay set of 3 seconds. Within those 3 seconds the...

It should be clear to a user when a checkbox is disabled. Ideally a class `disabled` would appear on the label tag whenever it contains a checkbox that is disabled.

## The idea I have a list of say tags of a document, but there are way too many, applying this pattern, given a `data-reveal-amount` number, that number of tags...

Hi, I've recently developed a better solution to loading remote scripts. Consider require.loadChunk or webpack_require.l(url,event,id) This will leverage webpacks own chunk loader for loading remote containers the same way import(remote/module)...

While using the carousel library, I noticed that there are no options to change the number of slides based on the screen size. It would be helpful to add those...