templwind

package module
v0.0.0-...-3341fa3 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: MIT Imports: 4 Imported by: 0

README

templwind

Tailwind css Components for GoLang templ templating language (https://templ.guide/)

This is an experimental work in progress.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New[T any](defaultOpts func() *T, tpl func(*T) templ.Component, opts ...OptFunc[T]) templ.Component

New creates a new templ.Component with the given options

func NewWithOpts

func NewWithOpts[T any](tpl func(*T) templ.Component, opts *T) templ.Component

NewWithOpts creates a new templ.Component with the given opt

func Render

func Render(ctx echo.Context, status int, t templ.Component) error

func WithOpts

func WithOpts[T any](defaultOpts func() *T, opts ...OptFunc[T]) *T

WithOpts constructs the options with the given option functions

Types

type Component

type Component[T any] interface {
	New(opts ...OptFunc[T]) templ.Component
	NewWithOpt(opt *T) templ.Component
	WithOpts(opts ...OptFunc[T]) *T
}

Component interface with generic methods

type OptFunc

type OptFunc[T any] func(*T)

OptFunc is a generic function type for options

Directories

Path Synopsis
templ: version: v0.2.680
templ: version: v0.2.680
appbar
templ: version: v0.2.680
templ: version: v0.2.680
appheader
templ: version: v0.2.680
templ: version: v0.2.680
apprail
templ: version: v0.2.680
templ: version: v0.2.680
appshell
templ: version: v0.2.680
templ: version: v0.2.680
card
templ: version: v0.2.680
templ: version: v0.2.680
dropdown
templ: version: v0.2.680
templ: version: v0.2.680
indicator
templ: version: v0.2.680
templ: version: v0.2.680
link
templ: version: v0.2.680
templ: version: v0.2.680
navbar
templ: version: v0.2.680
templ: version: v0.2.680
sidenav
templ: version: v0.2.680
templ: version: v0.2.680
modules/docs/index/views
templ: version: v0.2.680
templ: version: v0.2.680
modules/docs/layout
templ: version: v0.2.680
templ: version: v0.2.680
modules/frontend/index/views
templ: version: v0.2.680
templ: version: v0.2.680
app
templ: version: v0.2.680
templ: version: v0.2.680
base
templ: version: v0.2.680
templ: version: v0.2.680

Jump to

Keyboard shortcuts

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