about summary refs log tree commit diff stats
path: root/components/documents.go
Commit message (Collapse)AuthorAgeLines
* Return Node from all helpers instead of NodeFunc (#62)Markus Wüstenberg2021-01-07-1/+1
| | | | | This makes it clearer that the helpers return a `Node` of any kind, and that the type is not important. This also streamlines the API, as attribute helpers already return just `Node`.
* 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