django-pattern-library icon indicating copy to clipboard operation
django-pattern-library copied to clipboard

UI pattern libraries for Django templates

Results 40 django-pattern-library issues
Sort by recently updated
recently updated
newest added

Extracted from #28. > Add pattern variants (nice to have - not essential for open sourcing)

enhancement
storybook
django

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)...

enhancement
storybook
ui

## 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...

bug

### 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...

enhancement
help wanted
django

### 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:...

enhancement

### 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 {%...

enhancement
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...

enhancement
help wanted
django

### 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...

enhancement
django