vuetify

package
v1.0.0-...-3fe6b38 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	ui.Tag
	Children   ui.ItemRenderer
	Appearance Appearance
	Toolbar    struct {
		Top    *Toolbar
		Bottom *Toolbar
	}
}

Vuetify Application.

func (App) Class

func (App) Class() string

Get class name.

func (App) ExtendedClass

func (App) ExtendedClass() ui.Classer

Get the class name that class extends.

func (*App) Render

func (app *App) Render(parent *html.Element, viewport html.Rect) (*html.Element, error)

Render content into HTML Element.

type AppClass

type AppClass struct{}

Class of the App.

func (AppClass) Class

func (AppClass) Class() string

func (AppClass) ExtendedClass

func (AppClass) ExtendedClass() ui.Classer

type Appearance

type Appearance int
const (
	Default Appearance = iota
	Light
	Dark
)

func (Appearance) Impose

func (ap Appearance) Impose(el *html.Element)

func (Appearance) IsDefault

func (ap Appearance) IsDefault() bool

func (Appearance) String

func (ap Appearance) String() string

type Toolbar

type Toolbar struct {
	ui.Tag
	Layout          ui.ItemRenderer
	Appearance      Appearance
	Position        html.Position // Absolute and Fixed
	Card            bool
	Dense           bool
	Extended        bool
	ExtensionHeight string
	Flat            bool
	Floating        bool
	Height          string
	Prominent       bool
	Tabs            bool
	Clipped         struct {
		Left  bool
		Right bool
	}
	Scroll struct {
		Inverted         bool
		Manual           bool
		OffScreen        bool
		Target           string
		Threshold        int
		ToolbarOffScreen bool
	}
}

Vuetify Toolbar.

func (Toolbar) Class

func (Toolbar) Class() string

Get class name.

func (Toolbar) ExtendedClass

func (Toolbar) ExtendedClass() ui.Classer

Get the class name that class extends.

func (*Toolbar) Impose

func (tb *Toolbar) Impose(el *html.Element)

Apply attributes to HTML Element.

func (*Toolbar) Render

func (tb *Toolbar) Render(parent *html.Element, viewport html.Rect) (*html.Element, error)

Render content into HTML Element.

type ToolbarClass

type ToolbarClass struct{}

Class of the Toolbar.

func (ToolbarClass) Class

func (ToolbarClass) Class() string

func (ToolbarClass) ExtendedClass

func (ToolbarClass) ExtendedClass() ui.Classer

Jump to

Keyboard shortcuts

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