about summary refs log tree commit diff stats
path: root/components/attributes.go
Commit message (Collapse)AuthorAgeLines
* Delete low-value helper components (#115)Markus Wüstenberg2022-11-03-37/+0
| | | | I'd rather reserve the package for components that have proven repeatedly useful, like `Classes` and `HTML5`.
* Move elements and attributes into html package (#52)Markus Wüstenberg2020-12-10-0/+37
This makes it easier to use dot-imports. Also updated the readme and examples with new usage, and move the `Classes` helper into the `components` package.