<!-- Primary -->
<button type="button" class="btn btn-outline-primary">Primary</button>

<!-- Secondary -->
<button type="button" class="btn btn-outline-secondary">Secondary</button>

<button type="button" class="btn {{ class }}">{{ text }}</button>
/* Primary */
{
  "class": "btn-outline-primary",
  "text": "Primary",
  "desc": "Used for primary actions."
}

/* Secondary */
{
  "class": "btn-outline-secondary",
  "text": "Secondary",
  "desc": "Used for secondary actions."
}

No notes defined.