mixxorz / slippers

A UI component framework for Django. Built on top of Django Template Language.

Home Page:https://mitchel.me/slippers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Conditional slots

JuroOravec opened this issue · comments

Add a way to check if children have been given. This is akin to Django component's conditional slots.

Ideally the prop would be available already in the frontmatter.

Little update to the https://github.com/mixxorz/slippers/blob/main/slippers/templatetags/slippers.py#L110 should do the trick.