Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move elements and attributes into html package (#52) | Markus Wüstenberg | 2020-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üstenberg | 2020-11-16 | -0/+8 |
| | | | | | Also add `cols` and `rows` attributes. Fixes #43. | |||
* | Add HTML5 document template (#36) | Markus Wüstenberg | 2020-10-29 | -0/+8 |
| | ||||
* | Add attribute helpers (#35) | Markus Wüstenberg | 2020-10-28 | -0/+105 |
Also refactor tests to be table-driven, for readability. |