Add html::attr

This commit is contained in:
Joscha 2024-12-12 14:32:51 +01:00
parent abd0cc6247
commit ceefa426f6
6 changed files with 1082 additions and 16 deletions

View file

@ -20,10 +20,15 @@ A dependency update to an incompatible version is considered a breaking change.
### Added
- `Attr::set`
- `html::attr`
### Deprecated
- `Attr::new` in favor of `Attr::set`
- `Attr::id` in favor of `html::attr::id`
- `Attr::class` in favor of `html::attr::class`
- `Attr::style` in favor of `html::attr::style`
- `Attr::data` in favor of `html::attr::data_x`
## v0.1.1 - 2024-12-08