about summary refs log tree commit diff stats
path: root/el/text_test.go
Commit message (Collapse)AuthorAgeLines
* Move elements and attributes into html package (#52)Markus Wüstenberg2020-12-10-52/+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 element helpers and refactor (#34)Markus Wüstenberg2020-10-28-0/+52
This change adds a lot of element helpers, and refactors: - helpers into simple, text, and other helpers - most tests into table-driven tests, so they're easier to read Thanks to @oderwat for pushing me to improve the tests. 😉