[Feedback Wanted] Goilerplate - Modern UI Components for Go & Templ #951
Replies: 2 comments 4 replies
-
Looks great! |
Beta Was this translation helpful? Give feedback.
-
Hey fellow developers, Following up on Goilerplate's recent v0.20.1 release, I wanted to share some exciting new developments that make it even easier to get started with and use our UI component library for Go and Templ.
Here's a quick example of how easy it is to use Goilerplate now: import "github.com/axzilla/goilerplate/pkg/components"
// In your Templ files
@components.Button(components.ButtonProps{Text: "Click me"})
@components.Icon(components.IconProps{Name: "user"}) We'd love to hear your thoughts on these new features. Have you tried the Quickstart project? How do you prefer to use UI libraries in your Go projects? Check out our GitHub repo for more details and don't hesitate to open issues or contribute! Let's discuss how we can make Go UI development even better! Check out our GitHub repo for more details and don't hesitate to open issues or contribute! Let's discuss how we can make Go UI development even better! |
Beta Was this translation helpful? Give feedback.
-
Hey fellow developers,
I'm working on Goilerplate, a library of modern UI components for Go and Templ. It's designed to help build sleek, interactive web applications, with seamless Alpine.js integration for enhanced client-side functionality.
Currently, I have only a few components implemented, with plans for daily updates and bug fixes. Before investing more time, I'd love to get your thoughts:
Your feedback will help shape the direction of Goilerplate. Thanks in advance!
Check it out: https://goilerplate.com/
Beta Was this translation helpful? Give feedback.
All reactions