about summary refs log tree commit diff stats
path: root/components/components_test.go
Commit message (Collapse)AuthorAgeLines
* Move module to maragu.dev/gomponents namespace (#215)Markus Wüstenberg2024-10-03-4/+4
| | | | | | | | | | This is a breaking change to move gomponents to my own import namespace. I will obviously be careful with this, test it out in all kinds of scenarios, release betas, etc. But otherwise, because the `Node` interface is so simple and has basically never changed, I don't think this will break much. 🤞 Fixes #200
* Delete low-value helper components (#115)Markus Wüstenberg2022-11-03-0/+62
I'd rather reserve the package for components that have proven repeatedly useful, like `Classes` and `HTML5`.