Buttons
Buttons are clickable elements used to perform an action.
Types
Button modifier classes are available to change the button type.
Sizes
Multiple button sizes are available to use. The default button size is `.ds-btn--md`.
With Icons
Buttons can include icons on either the left or right side.
Icon Only
Buttons with only an icon will automatically resize to a square shape.
Full Width
Full width buttons are available to allow the button to fit to the parent container.
Disabled Buttons
Use the 'disabled' attribute when a button cannot be clicked. The disabled attribute is preferred method of disabling buttons, however, a class of `ds-btn--disabled` is also available.