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

Pass request on component

poiedk opened this issue · comments

How to pass request on component?

If you want to pass the request into a component, you can do this:

{% #button request=request %}My button{% /button %}

Given this I assume that it is intended that the request is not available automatically within components, right?