Build better UI for your Golang apps

Introducing Templ Atomic Design System, a revolutionary approach to crafting stunning UI components that you can copy and paste into your projects.

Created with:
Templ
 1// Default Modal example (with ModalHeader)
 2
 3@atoms.Modal(&atoms.ModalBosons{}) {
 4  @molecules.ModalHeader("horizontal") {
 5    @molecules.ModalHeaderClose("Close")
 6    @molecules.ModalHeaderHero(false) {
 7      @protons.IconHero(
 8        &protons.IconHeroBosons{Size: "lg"},
 9      ) {
10        @icons.IconTimes()
11      }
12    }
13    @molecules.ModalHeaderContent("Activate account") {
14      Are you sure you want do something amazing? 
15    }
16  }
17}

Let's dive deeper and connect!

Gopress is brought to you by Pay For Done. We specialize in crafting products and services rooted in design systems. Join our community to discuss how we can support you.


© 2024 Pay For Done. All Rights Reserved. Website compliant with W3C validation.