Menubar
Horizontal menu bar.
github.com/fastygo/templ/ui
Horizontal menu bar.
Default
import "github.com/fastygo/templ/ui"
templ Example() {
@ui.Group(ui.GroupProps{Class: "flex gap-1 rounded-md border border-border bg-card p-1 text-sm"}) {
@ui.Button(ui.ButtonProps{Variant: "ghost", Size: "sm"}) {
File
}
@ui.Button(ui.ButtonProps{Variant: "ghost", Size: "sm"}) {
Edit
}
@ui.Button(ui.ButtonProps{Variant: "ghost", Size: "sm"}) {
View
}
}
}
import "github.com/fastygo/templ/ui"
templ Example() {
@ui.Group(ui.GroupProps{Class: "flex gap-1 rounded-md border border-border bg-card p-1 text-sm"}) {
@ui.Button(ui.ButtonProps{Variant: "ghost", Size: "sm"}) {
File
}
@ui.Button(ui.ButtonProps{Variant: "ghost", Size: "sm"}) {
Edit
}
@ui.Button(ui.ButtonProps{Variant: "ghost", Size: "sm"}) {
View
}
}
}API
Group · Group — Horizontal button row