examples_vuetify

package
v3.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var HelloVuetifyListPB = web.Page(HelloVuetifyList)
View Source
var HelloVuetifyListPath = examples.URLPathByFunc(HelloVuetifyList)
View Source
var HelloVuetifyMenuPB = web.Page(HelloVuetifyMenu).
	EventFunc("submit", submit).
	EventFunc("toggleFavored", toggleFavored)
View Source
var HelloVuetifyMenuPath = examples.URLPathByFunc(HelloVuetifyMenu)
View Source
var HelloWorldTipTapPB = web.Page(HelloWorldTipTap).
	EventFunc("refresh", refresh)
View Source
var HelloWorldTipTapPath = examples.URLPathByFunc(HelloWorldTipTap)
View Source
var LazyPortalsAndReloadPB = web.Page(LazyPortalsAndReload).
	EventFunc("addItem", addItem).
	EventFunc("menuItems", menuItems).
	EventFunc("addItemForm", addItemForm).
	EventFunc("portal1", portal1).
	EventFunc("reloadAB", reloadAB).
	EventFunc("updateCD", updateCD)
View Source
var LazyPortalsAndReloadPath = examples.URLPathByFunc(LazyPortalsAndReload)
View Source
var VuetifyBasicInputsPB = web.Page(VuetifyBasicInputs).
	EventFunc("update", update).
	EventFunc("addPortal", addPortal)
View Source
var VuetifyBasicInputsPath = examples.URLPathByFunc(VuetifyBasicInputs)
View Source
var VuetifyComponentsKitchenPB = web.Page(VuetifyComponentsKitchen).
	EventFunc("removeCity", removeCity).
	EventFunc("submit", submit2)
View Source
var VuetifyComponentsKitchenPath = examples.URLPathByFunc(VuetifyComponentsKitchen)
View Source
var VuetifyGridPB = web.Page(HelloVuetifyGrid)
View Source
var VuetifyNavigationDrawerPB = web.Page(VuetifyNavigationDrawer).
	EventFunc("showDrawer", showDrawer).
	EventFunc("updateParentAndClose", updateParentAndClose)
View Source
var VuetifyNavigationDrawerPath = examples.URLPathByFunc(VuetifyNavigationDrawer)
View Source
var VuetifySnackBarsPB = web.Page(VuetifySnackBars).
	EventFunc("showSnackBar", showSnackBar)
View Source
var VuetifySnackBarsPath = examples.URLPathByFunc(VuetifySnackBars)
View Source
var VuetifyVariantSubFormPB = web.Page(VuetifyVariantSubForm).
	EventFunc("switchForm", switchForm).
	EventFunc("submit", submit1)
View Source
var VuetifyVariantSubFormPath = examples.URLPathByFunc(VuetifyVariantSubForm)

Functions

func DemoVuetifyLayout

func DemoVuetifyLayout(in web.PageFunc) (out web.PageFunc)

@snippet_begin(DemoVuetifyLayoutSample)

func HelloVuetifyGrid

func HelloVuetifyGrid(ctx *web.EventContext) (pr web.PageResponse, err error)

func HelloVuetifyList

func HelloVuetifyList(ctx *web.EventContext) (pr web.PageResponse, err error)

func HelloVuetifyMenu

func HelloVuetifyMenu(ctx *web.EventContext) (pr web.PageResponse, err error)

func HelloWorldTipTap added in v3.0.2

func HelloWorldTipTap(ctx *web.EventContext) (pr web.PageResponse, err error)

func LazyPortalsAndReload

func LazyPortalsAndReload(ctx *web.EventContext) (pr web.PageResponse, err error)

func Mux

func Mux(mux *http.ServeMux) http.Handler

@snippet_end

func SamplesHandler

func SamplesHandler(mux wexamples.Muxer)

func VuetifyBasicInputs

func VuetifyBasicInputs(ctx *web.EventContext) (pr web.PageResponse, err error)

func VuetifyComponentsKitchen

func VuetifyComponentsKitchen(ctx *web.EventContext) (pr web.PageResponse, err error)

func VuetifyNavigationDrawer

func VuetifyNavigationDrawer(ctx *web.EventContext) (pr web.PageResponse, err error)

func VuetifySnackBars

func VuetifySnackBars(ctx *web.EventContext) (pr web.PageResponse, err error)

func VuetifyVariantSubForm

func VuetifyVariantSubForm(ctx *web.EventContext) (pr web.PageResponse, err error)

Types

type ListItem

type ListItem struct {
	Type          string `json:"type,omitempty"`
	Title         string `json:"title,omitempty"`
	PrependAvatar string `json:"prependAvatar,omitempty"`
	Subtitle      string `json:"subtitle,omitempty"`
	Inset         bool   `json:"inset,omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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