mockups

package
v1.3.24 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Code

func Code(props CodeProps, children ...htmx.Node) htmx.Node

Code is a function that returns the code component

func Window

func Window(props WindowProps, children ...htmx.Node) htmx.Node

Window is a function that returns the window component

Types

type CodeProps

type CodeProps struct {
	// ClassNames is a map of class names for the code component
	ClassNames htmx.ClassNames
	// Language is the language of the code
	Language string
}

CodeProps is a struct that contains the properties of the code component

type WindowProps

type WindowProps struct {
	// ClassNames is a map of class names for the window component
	ClassNames htmx.ClassNames
}

WindowProps is a struct that contains the properties of the window component

Jump to

Keyboard shortcuts

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