Commit graph

15 commits

Author SHA1 Message Date
4a4225f72c Implement From<&String> for Content 2024-12-08 00:07:28 +01:00
6f0ae129fa Add Element::into_document
It's more convenient in some cases and also makes the example code less
"misleading": Now the string represents a full, correct HTML document.
2024-12-08 00:07:28 +01:00
9e202402b2 Implement ElementComponent for larger tuples
If the length is still not sufficient, tuples can be stacked inside each
other.
2024-12-02 18:21:10 +01:00
cfd83df713 Document library 2024-12-02 18:14:35 +01:00
cb2a6da25c Make some Attrs append instead of replace 2024-12-02 18:07:39 +01:00
0294d3435c Make inlay hints less annoying 2024-11-27 18:09:56 +01:00
af61307c9f Fix element capitalization normalization 2024-11-27 18:09:56 +01:00
a6fd12510d Improve element building API 2024-11-27 18:09:56 +01:00
c4b3a279cc Make adding multiple children nicer 2024-11-27 01:33:11 +01:00
924679e5ac Derive clone for main types 2024-11-27 00:26:26 +01:00
2b1fefe882 Add axum support 2024-11-27 00:26:26 +01:00
d18f9d2171 Add Document struct 2024-11-27 00:14:27 +01:00
bc7a659303 Add custom data attribute support 2024-11-26 23:46:25 +01:00
43b3236d3b Add svg and mathml support 2024-11-26 23:45:46 +01:00
cc3f85e6e1 Model and render elements 2024-11-26 22:01:36 +01:00