Skip to main content
  1. Snippits & Exemplars/
  2. Congo Exemplars/
  3. Congo's Shortcodes/

Button

🦍 Shortcodes
button outputs a styled button component.

button
Output a styled button component.
Can be used to highlight a primary action.
It has two optional variables:
  • href
    The URL of the link
  • target
    The target of the link.

Example:

{{< button href="#button" target="_self" >}}
Look Ma! No Clicky!
{{< /button >}}
Look Ma! No Clicky!