Button

Use the classes payload uses to style its buttons

Basic Button

To use the payload button always need to use the ben class followed by the type of the button. You have the following basic button types

- primary btn--style--primary

- secondary btn--style--secondary

<button class="btn btn--style-primary">
  Save
</button>
<button class="btn btn--style-secondary">
  save
</button>

Button Size

you have the following two classes for size

- btn-size-small

- btn--size-medium

<button class="btn btn--style-secondary btn--size-small">
  save
</button>
<button class="btn btn--style-secondary btn--size-medium">
  save
</button>
A product by 10xmedia