Pagination

En/ Ru

Pagination

Элементы навигации по страницам.

github.com/fastygo/templ/ui

Элементы навигации по страницам.

По умолчанию

import "github.com/fastygo/templ/ui"

templ Example() {
	@ui.Group(ui.GroupProps{Class: "flex items-center gap-1"}) {
		@ui.Button(ui.ButtonProps{Variant: "outline", Size: "sm"}) {
			Назад
		}
		@ui.Button(ui.ButtonProps{Variant: "secondary", Size: "sm"}) {
			1
		}
		@ui.Button(ui.ButtonProps{Variant: "outline", Size: "sm"}) {
			Вперёд
		}
	}
}

API

Buttons · Button — Назад / страница / Вперёд