attributes ¤
append_attributes ¤
Merges the key-value pairs and returns a new dictionary.
If a key is present multiple times, its values are concatenated with a space character as separator in the final dictionary.
Source code in src/django_components/attributes.py
attributes_to_string ¤
Convert a dict of attributes to a string.