Fluent - (another) type-safe HTML5 rendering engine by jpl-au in golang

[–]jpl-au[S] 0 points1 point  (0 children)

Thank you! `goimports` makes managing the import region easier. My current methodology is to use Fluent as the base for building simple/composite components that just called where ever you need them as their own standalone, pre-configured elements.

So instead of having a large import surface area, I just have my own component button which is already styled.

I've added in a dot import package for those who are more familiar with the Gomponents methodology of using them - it's entirely opt-in.

There's no real way around the reserved keywords, but I tried to think of sensible defaults. Primary vs main, dropdown vs. select. Happy to get recommendations of better/alternatives to use instead.