The Wayback Machine - https://web.archive.org/web/20210717010037/https://github.com/topics/pattern-library
Skip to content
#

pattern-library

Here are 130 public repositories matching this topic...

The Bolt Design System provides robust Twig and Web Component-powered UI components, reusable visual styles, and powerful tooling to help developers, designers, and content authors build, maintain, and scale best of class digital experiences.
  • Updated Jul 16, 2021
  • Twig
renestalder
renestalder commented Dec 5, 2018

As mentioned in #33, the current way how copying assets (fonts, images) work is by manually configuring paths for a copy task. This works a bit against the concept of Webpack, which should automatically resolve dependencies and then copy them.

I can provide these changes via a pull request, as I already updated this behavior in my projects which are using patternlab-edition-node-webpack. So it'

django-pattern-library
bcdickinson
bcdickinson commented Sep 30, 2020

Issue Summary

We set X-Frame-Options: sameorigin on RenderPatternView responses, but if an exception is raised and DEBUG = True, the error page response does not have that heading set by default.

Steps to Reproduce

  1. Try to view a pattern that throws an error while rendering (or stick assert False in the RenderPatternView.get() method)
  2. Django debug error page is blo
bockelie93
bockelie93 commented Feb 10, 2021

Having a pointer cursor on the label for an disabled checkbox/radio button gives the indication that you can press it, which is not the case.

You can experience it yourselves by going to https://hedwig-docs.herokuapp.com/posten.html#/Checkbox or https://hedwig-docs.herokuapp.com/posten.html#/Radio-buttons. Scroll down to a disabled example, and see how to cursor becomes a pointer when hovering

Improve this page

Add a description, image, and links to the pattern-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pattern-library topic, visit your repo's landing page and select "manage topics."

Learn more