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
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,20 @@
1
1
# Related projects
2
2
3
-
Here are other projects that are similar to django-pattern-library, and may be relevant if you’re looking to go further, or wanting to try out alternatives:
3
+
Here are other projects that are related to django-pattern-library, and may be relevant if you’re looking to go further, or wanting to try out alternatives:
4
+
5
+
## Complementary packages
4
6
5
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.
6
-
-[django-reusable-components](https://github.com/EmilStenstrom/django-components/) – Reusable UI components for Django, going further than template partials.
8
+
-[django-components](https://github.com/EmilStenstrom/django-components/) – Reusable UI components for Django, going further than template partials.
9
+
-[django-component](https://gitlab.com/Mojeer/django_components) – Modern components for django templates
10
+
Declarative and composable components inspired by javascript frameworks.
11
+
-[slippers](https://github.com/mixxorz/slippers) – Reusable components for Django, without writing a single line of Python.
7
12
8
13
## Alternatives
9
14
10
-
-[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.
11
-
-[Pattern Lab](http://patternlab.io/) –PHP or Node pattern library, from which this project is heavily inspired.
12
-
-[Astrum](http://astrum.nodividestudio.com/) –Similar to Pattern Lab, Node based.
15
+
-[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.
16
+
-[Pattern Lab](http://patternlab.io/) –PHP or Node pattern library, from which this project is heavily inspired.
17
+
-[Astrum](http://astrum.nodividestudio.com/) –Similar to Pattern Lab, Node based.
13
18
-[rikki-patterns](https://github.com/springload/rikki-patterns) – Experimental Django-friendly pattern library generator, for Jinja2 and Nunjucks templates
14
19
15
20
## Pattern libraries based on Django
@@ -19,7 +24,9 @@ Here are open-source projects that maintain pattern libraries for Django.
0 commit comments