Django-components - Create simple reusable template components

Hi! Over the last 6 years I’ve worked on and off on django-components. Over the years it’s slowly become better and better, but recently it has taken off with more interest in terms of pull requests and questions. Maybe the time is right? :slight_smile:

The library allows you to make small reusable Component classes, that ties together python, HTML, and CSS into one reusable block, that you can insert into your template easily. The README explains it best, and also has more examples.

If there’s people here that are interested in helping make it even better, or maybe just have some feedback to give, I’d love to hear it. Thanks for reading!

5 Likes