Skip to content

Commit fe2cfec

Browse files
committed
Add more entries to Related projects
1 parent 200af03 commit fe2cfec

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/community/related-projects.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Related projects
22

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
46

57
- [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.
712

813
## Alternatives
914

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.
1318
- [rikki-patterns](https://github.com/springload/rikki-patterns) – Experimental Django-friendly pattern library generator, for Jinja2 and Nunjucks templates
1419

1520
## Pattern libraries based on Django
@@ -19,7 +24,9 @@ Here are open-source projects that maintain pattern libraries for Django.
1924
With `django-pattern-library`:
2025

2126
- [rca.ac.uk](https://github.com/torchbox/rca-wagtail-2019)
22-
- [Department for Transport: Road Freight Survey - Alpha project](https://github.com/torchbox/dft-rfs-alpha)
27+
- [torchbox.com](https://github.com/torchbox/wagtail-torchbox)
28+
- [UK Department for Transport: Road Freight Survey - Alpha project](https://github.com/torchbox/dft-rfs-alpha)
29+
- [Big Peach - PyATL meetup management system](https://github.com/pyatl/big-peach)
2330

2431
Without `django-pattern-library`:
2532

0 commit comments

Comments
 (0)