mixxorz / slippers

A UI component framework for Django. Built on top of Django Template Language.
https://mitchel.me/slippers/
MIT License
506 stars 37 forks source link

Docs: attrs tag default value #26

Closed jlopinto closed 1 year ago

jlopinto commented 1 year ago

I found that we can provide a default value to attrs tag values using the var tag I'm not sure if it was initially designed to work like that.

This PR is about documenting that find.

jlopinto commented 1 year ago

Thank you @luanfonceca

I have made the necessary updates to the PR following your feedback.