Progress

En/ Ru

Progress

Wireframe индикатора прогресса.

github.com/fastygo/templ/ui

Wireframe индикатора прогресса.

По умолчанию

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

templ Example() {
	@ui.Box(ui.BoxProps{
		Class: "h-2 w-full max-w-xs overflow-hidden rounded-full bg-muted",
		Attrs: templ.Attributes{
			"role":          "progressbar",
			"aria-valuenow": "60",
			"aria-valuemin": "0",
			"aria-valuemax": "100",
		},
	}) {
		@ui.Box(ui.BoxProps{Class: "h-full w-3/5 bg-primary"})
	}
}

API

Role · string — progressbar

AriaValuenow · string — Текущее значение