icons

package module
v0.0.0-...-3bbe4be Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2024 License: MIT Imports: 7 Imported by: 0

README

Icons for templ

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(name string, opts ...OptFunc) templ.Component

Types

type OptFunc

type OptFunc func(*Props)

func WithClass

func WithClass(c string) OptFunc

func WithHeight

func WithHeight(h int) OptFunc

func WithWidth

func WithWidth(w int) OptFunc

type Props

type Props struct {
	Width  string `json:"width,omitempty"`
	Height string `json:"height,omitempty"`
	Class  string `json:"class,omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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