Build better UI for your Golang apps

Introducing Templ atomic design system - a new way to make beautiful 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 talk and find out more!

Gopress is created by Pay For Done. We develop products and services based on design systems. Join our community and let's talk about how we can help you.


© 2024 Pay For Done. All Rights Reserved. Current version: 0.1.2. Last update: 29.04.2024. Website compliant with W3C validation.