Update attributes.py (#1188)

This commit is contained in:
Juro Oravec 2025-05-13 23:18:48 +02:00 committed by GitHub
parent a96f5fdd2f
commit f80457e964
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,8 +21,7 @@ class HtmlAttrsNode(BaseNode):
Generate HTML attributes (`key="value"`), combining data from multiple sources, Generate HTML attributes (`key="value"`), combining data from multiple sources,
whether its template variables or static text. whether its template variables or static text.
It is designed to easily merge HTML attributes passed from outside with the internal. It is designed to easily merge HTML attributes passed from outside as well as inside the component.
See how to in [Passing HTML attributes to components](../../guides/howto/passing_html_attrs/).
**Args:** **Args:**