about summary refs log tree commit diff stats
path: root/components/documents.go
Commit message (Collapse)AuthorAgeLines
* Rename Document to Doctype (#54)Markus Wüstenberg2020-12-10-1/+1
|
* Move elements and attributes into html package (#52)Markus Wüstenberg2020-12-10-15/+14
| | | | | 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 package docs (#41)Markus Wüstenberg2020-11-02-0/+1
| | | Also update readme with features.
* Add HTML5 document template (#36)Markus Wüstenberg2020-10-29-0/+40