about summary refs log tree commit diff stats
path: root/attr/simple.go
Commit message (Collapse)AuthorAgeLines
* Move elements and attributes into html package (#52)Markus Wüstenberg2020-12-10-121/+0
| | | | | 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.
* Add svg element (#46)Markus Wüstenberg2020-11-16-0/+8
| | | | | Also add `cols` and `rows` attributes. Fixes #43.
* Add HTML5 document template (#36)Markus Wüstenberg2020-10-29-0/+8
|
* Add attribute helpers (#35)Markus Wüstenberg2020-10-28-0/+105
Also refactor tests to be table-driven, for readability.