/ui

Primary LanguageCSSMIT LicenseMIT

Go UI Components Using html/template

This is a POC showing how to use the stdlib html/template and tailwind to recreate component architecture.

Run with

go run main.go

Develop with

npx tailwindcss -i ./src/input.css -o ./src/output.css --watch