Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Delete low-value helper components (#115) | Markus Wüstenberg | 2022-11-03 | -39/+0 |
| | | | | I'd rather reserve the package for components that have proven repeatedly useful, like `Classes` and `HTML5`. | |||
* | Mark the assert test helpers as such (#90) | Markus Wüstenberg | 2021-10-06 | -1/+1 |
| | | | | | Using `t.Helper()`. Also move the assert package to be internal. | |||
* | Add examples in test files (#80) | Markus Wüstenberg | 2021-06-08 | -0/+7 |
| | | | These show up in godoc. | |||
* | Move elements and attributes into html package (#52) | Markus Wüstenberg | 2020-12-10 | -0/+32 |
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. |