Unstack for Developers
  • Overview
  • Getting started
    • Custom Themes
    • Custom Components
  • Component Types
    • Section
    • Header & Footer
    • Banner
  • Basic Tags
    • Actions
    • Box
    • Code
    • Element
    • Media
    • Plaintext
    • Richtext
    • Collection
    • Article Collection
  • eCommerce Tags
    • Product
    • Product Inventory
    • Product Price
    • Product Options
    • Quantity Selector
    • Cart & Drawer (soon)
  • Utility Tags
    • Generator
    • JSONParser
  • Other NoML Features
    • Variables
    • Raw HTML
    • Component Properties
Powered by GitBook
On this page
  1. Basic Tags

Actions

The Actions tag allows you to add buttons and forms to your section.

<Actions dataRef={content.actions} />

Attributes

  • dataRef: DataLocator - the data-element storing the Actions tag's configuration

  • className: string (optional) - a hard-coded class name to add to the rendered element

  • enableForms: boolean (optional) - when True, allows content authors to add forms (Default: True)

PreviousBannerNextBox

Last updated 1 year ago