dcsan 3 days ago

What is it

3
preisschild 3 days ago

Its a components library for [templ](https://templ.guide/)

__jonas 3 days ago

templ is kind of like JSX but for Golang, if you are familiar with JSX.

It's a language that compiles down to Go and lets you mix HTML-like syntax into your Go code for HTML templating.

https://templ.guide/

andrewingram 3 days ago

From what I can tell it's a Go-based library for building web UI.