Custom attributes guide?

hi there,
i dont know exatly what can be done with the custom attributes in all elements. is there a guide? or any documentation about that?
how does it work, what are the attributes, what can be done?

thanks in advance

Hello @deranaloge,

Thanks for writing to us.

Custom attributes are data attributes, you can get information on any element doc under the customize section for example https://theme.co/docs/accordion#customize. Regretfully there is no specific documentation about it at the moment. The data-* attribute gives us the ability to embed custom data attributes on all HTML elements. Please have a look at this article to learn more about data attributes.
https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes
https://www.w3schools.com/tags/att_data-.asp

Hope it helps
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.