Buttonv2

Button allows the display of a button or anchor button.

Examples

Standard

Simple Button with only a text configured.

  1. jcr:title: Button
  2. sling:resourceType: aida-component-library/core/components/content/button
    
        

    

Linked

Button linked to a page. Buttons with links provided are rendered as anchors.

  1. jcr:title: Anchor Button
  2. link: /content/aida-component-library/backlog/page-authoring/button
  3. sling:resourceType: aida-component-library/core/components/content/button

Icon

An icon identifier can be provided for rendering an icon in the button.

  1. jcr:title: Contact Us
  2. icon: email
  3. sling:resourceType: aida-component-library/core/components/content/button