grid

package
v0.0.0-...-c353a36 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package grid lays out responsive CSS grid slots using data-* hints with no presets.

templ: version: v0.3.1001

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Grid

func Grid(props GridProps) templ.Component

func GridCol

func GridCol(props GridColProps) templ.Component

Types

type GridColProps

type GridColProps struct {
	Class string
	Span  int
	Start int
	End   int
	Order int
}

type GridProps

type GridProps struct {
	Class string
	Cols  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL