package
0.0.0-20220213072331-dae427612c13
Repository: https://github.com/zrcoder/app.git
Documentation: pkg.go.dev
# Functions
AdsenseDisplay creates a responsive Adsense display unit.
Base creates a base for content.
Block creates a block of content.
Flow creates a container that displays its items as a flow.
Flyer creates a base with ad spaces surrounded by placeholder header and footer.
Icon creates an icon.
Link create a clickable link.
No description provided by the author
Scroll creates base with a scrollable content surrounded by a fixed header and footer.
Shell returns a layout that responsively displays a content with a menu pane, an index pane, and a hamburger menu.
Stack creates a container that displays its items as stacked panels.
# Variables
The horizontal padding of base-like components in px.
The horizontal padding of base-like components in px when app width is <= 480px.
The vertical padding of base-like components in px.
The content width of block-like components in px.
The padding of block-like components in px when app width is <= 480px.
The padding of block-like components in px.
The default width for flow items in px.
The default icon size in px.
The default icon space.
# Interfaces
IAdsenseDisplay is the interface that describes a responsive Adsense display unit.
IBase is the interface that describes a component that serves as a base for a content.
Block is the interface that describes a block of content.
IFlow is the interface that describes a container that displays its items as a flow.
IFlyer is the interface that describes a base with ad spaces surrounded by placeholder header and footer.
IIcon is the interface that describes an icon.
ILink is the interface that describes a clickable link.
No description provided by the author
IScroll is the interface that describes a base with a scrollable content surrounded by a fixed header and footer.
IShell is the interface that describes a layout that responsively displays a content with a menu pane, an index page, and a hamburger menu.
IStack is the interface that describes a container that displays its items as stacked panels.