imagelist

package
v0.2.9 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageAspectContainer

type ImageAspectContainer struct {
	app.Compo
	Image app.HTMLImg
}

func (*ImageAspectContainer) Render

func (i *ImageAspectContainer) Render() app.UI

type ImageList

type ImageList struct {
	app.Compo
	Class      string
	Protection bool
	Masonry    bool
	Items      Items
}

func (*ImageList) Render

func (i *ImageList) Render() app.UI

type Item

type Item struct {
	app.Compo
	ImageContent app.UI
	Supporting   *SupportingLabel
}

func (*Item) Render

func (i *Item) Render() app.UI

type Items

type Items []*Item

func (Items) UIList

func (i Items) UIList() (result []app.UI)

type SupportingLabel

type SupportingLabel struct {
	app.Compo
	Text string
}

func (*SupportingLabel) Render

func (i *SupportingLabel) Render() app.UI

Jump to

Keyboard shortcuts

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