UI Library
I started working on a UI library. For my other projects I wrote the UI from scratch, where I was repeating a lot of code, or used Daisyui, which I never really liked the look of.
So instead, I’m writing my own UI library for templ (a templating language for golang) so I can get it right this time.
So far I’ve added buttons, button rows and cards, and a “kitchen sink” demo.
There are three types of buttons, primary, secondary and accent, with nice animations.
Button rows can also be aligned left, right, or center.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.