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

I have some markdown on a pane of a carousel. Sometimes the markdown is rendered before the carousel measures the content height, sometimes the other way around. If the latter...

Pattern markdown
Pattern carousel

Currently buttons with a formaction attribute use the configuration of the containing form element (IIUC) and can't be configured individually. This makes it tricky to use a modal for some...

Pattern injection
Pattern modal
New feature

Cornelis found this: https://github.com/wilddeer/stickyfill which behaves great in Chrome and IE and Edge. Would love to have this one as pat-sticky but there’s only one thing it doesn’t do that...

If I go here: - http://patternslib.com/auto-submit/ And edit the input "Free text field triggers when field loses focus", I see that autosubmit happens even if the input does not loses...

Taken from #354 Cornelis writes: "Vertical positioning is done entitled with CSS (since we dropped ie8 support) and I overrule the .js applied (and often badly updated) top value with...

Documentation and demos for a lot of patterns is missing. I would be willing to work on it, except I have to individually figure out how each of them works....

When using pat-calendar with store other than "none", view and date are persisted in the storage, but time zone isn't, i.e. when I select a time zone and reload the...

The CSS options of for the transition property doesn't catch. When the `data-pat-stacks="transition: css"` I would expect that the the inline styles would not be applied with this option, but...

It could be useful to support multiple urls for injection. ``` click me ``` In this example the default href would point to a full page which includes the sidebar...

New feature