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: core-components-examples/components/button
    
        

    

Linked

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

  1. jcr:title: Anchor Button
  2. linkURL: /content/core-components-examples/library/core-content/button
  3. sling:resourceType: core-components-examples/components/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: core-components-examples/components/button