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 >}}