Drawer

En/ Ru

Drawer

Bottom sheet drawer wireframe.

github.com/fastygo/templ/ui

Bottom sheet drawer wireframe.

Default

Drawer content.

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

templ Example() {
	@ui.Box(ui.BoxProps{Class: "w-full max-w-md rounded-t-xl border border-border bg-card p-4"}) {
		@ui.Box(ui.BoxProps{Class: "mx-auto mb-3 h-1 w-10 rounded-full bg-muted"})
		@ui.Text(ui.TextProps{}, "Drawer content.")
	}
}

API

Class · string — Bottom sheet surface