django-pattern-library
django-pattern-library copied to clipboard
UI pattern libraries for Django templates
Extracted from #28. > Add pattern variants (nice to have - not essential for open sourcing)
Tracking issue for conversations relating to [storybook-django](https://github.com/torchbox/storybook-django), a prototype Storybook integration of the pattern library. - Repository: https://github.com/torchbox/storybook-django - Live demo: https://storybook-django.herokuapp.com/ - Side-by-side pattern library: https://storybook-django.herokuapp.com/pattern-library/ - @William-Blackie’s [django-storybook](https://github.com/William-Blackie/django_storybook)...
## Description This fixes a bug with our tag overrides’ support for default values. As implemented currently, we can no longer just let the tag render as normal – the...
### Is your proposal related to a problem? When overriding a template tag you have the option to render another template in its place. Currently, only the existing template context...
### Is your proposal related to a problem? There are two use cases we’ve run across where having a list of all the patterns within a project would be helpful:...
### Is your proposal related to a problem? Currently, if you have templates like this with an overridden template tag `foo`... `base.html`: ```django {% foo %} ``` `extended.html`: ```django {%...
In GitLab by @todd-dembrey on Jan 15, 2018, 12:21 This would allow you to swap out to different render types (jinja2) or to provide standard wagtail tags as part of...
### Issue Summary Use of `pyyaml`'s `!!python/object` tags to create arbitrary Python objects isn't working. I'm raising this as a bug because it _should_ work, but I'm not sure it's...
### Is your proposal related to a problem? In its current instance, the `render_patterns` command stops execution as soon as a template fails to render. ### Describe the solution you'd...