Hacker News new | ask | show | jobs
Show HN: TemplUI v1.7.0 – UI components for Go and templ, now with import mode (github.com)
1 points by axadrn 101 days ago
I shipped templUI v1.7.0 today.

templUI is a component library for Go + templ + Tailwind.

The biggest change in this release is that you can now use it in two ways: - CLI workflow: copy components into your own codebase - Import workflow: use github.com/templui/templui directly as a dependency

Other changes: - dedicated quickstart repo is back - interactive components now handle their own script rendering automatically - docs were simplified around Quickstart, Import Workflow, and CLI Workflow

The import workflow is still marked beta, but it’s usable now and was one of the most requested things.

Repo: https://github.com/templui/templui

Quickstart: https://github.com/templui/templui-quickstart

Would love feedback from people building with Go and templ.