📱
HTML Widget
  • HTML Widget
  • Getting Started
    • Regular Use
    • Module Use
  • About
    • The Function
    • Types
  • Components
    • <widget>
    • <stack>
    • <spacer>
    • <img>
    • <text>
    • <date>
    • <style>
    • <!-- Comment -->
  • Add-ons
    • Add-ons
    • <symbol>
    • <hr>
    • <progress>
    • <blockquote>
  • Template
    • Templates
    • Mapping
    • Render
  • Examples
    • Hello, World!
    • Reddit Widget
  • Closing Remarks
    • Bug Fixes and Feedback
    • Support
Powered by GitBook
On this page
  • InnerHTML
  • Attributes
  1. Components

<stack>

About The Stack Tag

<widget>
  <stack>
  </stack>
</widget>

The <stack> element defines a widget stack element.

InnerHTML

The innerHTML of the <stack> element will be compiled within the stack.

Attributes

background - colour, gradient or image

Defines the background.

borderColor - colour

Defines the border color.

borderWidth - posInt

Defines the border width.

cornerRadius - posInt

Defines the corner radius.

padding - padding

Defines the padding.

size - size

Defines the size of the stack.

spacing - posInt

Defines the spacing between stack elements.

url - url

Defines the stack url.

alignContent - alignContent

Defines the vertical alignment of stack elements.

layout - layout

Defines the layout of the stack.

Previous<widget>Next<spacer>

Last updated 14 days ago