mirror of
https://github.com/django-components/django-components.git
synced 2025-08-30 10:47:20 +00:00
Update attributes.py (#1188)
This commit is contained in:
parent
a96f5fdd2f
commit
f80457e964
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ class HtmlAttrsNode(BaseNode):
|
|||
Generate HTML attributes (`key="value"`), combining data from multiple sources,
|
||||
whether its template variables or static text.
|
||||
|
||||
It is designed to easily merge HTML attributes passed from outside with the internal.
|
||||
See how to in [Passing HTML attributes to components](../../guides/howto/passing_html_attrs/).
|
||||
It is designed to easily merge HTML attributes passed from outside as well as inside the component.
|
||||
|
||||
**Args:**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue