You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/related-projects.md
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,24 @@ Here are other projects that are related to django-pattern-library, and may be r
4
4
5
5
## Complementary packages
6
6
7
-
-[storybook-django](https://github.com/torchbox/storybook-django) – attempting to bridge the gap between React and Django, by bringing django-pattern-library patterns into Storybook stories.
8
-
-[django-components](https://github.com/EmilStenstrom/django-components/) – Reusable UI components for Django, going further than template partials.
9
-
-[django-component-tags](https://github.com/syse-i/django-component-tags) – Create advanced HTML components using Django Tags.
7
+
To create and reuse components within Django templates:
8
+
9
+
-[django-components](https://github.com/django-components/django-components) – Reusable UI components for Django, going further than template partials.
10
10
-[slippers](https://github.com/mixxorz/slippers) – Reusable components for Django, without writing a single line of Python.
11
-
-(Jinja only, incompatible but interesting) [JinjaX](https://jinjax.scaletti.dev/) – Write server-side components as single Jinja template files. Use them as HTML tags without doing any importing.
11
+
-[JinjaX](https://jinjax.scaletti.dev/) – Write server-side components as single Jinja template files. Use them as HTML tags without doing any importing.
12
12
-[django-viewcomponent](https://github.com/rails-inspire-django/django-viewcomponent) - Build reusable components in Django, inspired by Rails ViewComponent, the components built by django-viewcomponent can be used in both Django template or Python code.
13
+
-[django-bird](https://github.com/joshuadavidthomas/django-bird) - reusable components in Django inspired by Flux from Laravel.
14
+
-[dj-angles](https://github.com/adamghill/dj-angles) - HTML-like elements in Django templates in place of partials and tags.
15
+
-[django-cotton](https://github.com/wrabit/django-cotton)- HTML-like syntax for Django template tags
16
+
17
+
Tooling leveraging component-driven development:
18
+
19
+
-[storybook-django](https://github.com/torchbox/storybook-django) – attempting to bridge the gap between React and Django, by bringing django-pattern-library patterns into Storybook stories.
13
20
14
21
## Alternatives
15
22
16
23
-[Storybook](https://storybook.js.org/), and in particular [Storybook for Server](https://github.com/storybookjs/storybook/tree/master/app/server) – Storybook integration with server-rendered UI components.
17
24
-[Pattern Lab](http://patternlab.io/) – PHP or Node pattern library, from which this project is heavily inspired.
18
-
-[Astrum](http://astrum.nodividestudio.com/) – Similar to Pattern Lab, Node based.
19
-
-[rikki-patterns](https://github.com/springload/rikki-patterns) – Experimental Django-friendly pattern library generator, for Jinja and Nunjucks templates
20
25
-[django-lookbook](https://github.com/rails-inspire-django/django-lookbook) - Empower your Django development with this pluggable app for creating a robust component library. Includes preview system, documentation engine, and parameter editor for building modular UI effortlessly.
0 commit comments