Menubar
Горизонтальная панель меню.
github.com/fastygo/templ/ui
Горизонтальная панель меню.
По умолчанию
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"}) {
Файл
}
@ui.Button(ui.ButtonProps{Variant: "ghost", Size: "sm"}) {
Правка
}
@ui.Button(ui.ButtonProps{Variant: "ghost", Size: "sm"}) {
Вид
}
}
}
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"}) {
Файл
}
@ui.Button(ui.ButtonProps{Variant: "ghost", Size: "sm"}) {
Правка
}
@ui.Button(ui.ButtonProps{Variant: "ghost", Size: "sm"}) {
Вид
}
}
}
API
Group · Group — Горизонтальный ряд кнопок