Button
The button component, prefixed by gds-button, is used to style <button> tags. Note that all optional classes may be used in combination with each other, for example on a single element with gds-button--success, gds-button--lg, & gds-button--block classes. To indicate that a button is disabled, use the disabled="disabled" HTML attribute.
To make a button appear at block level at a specific breakpoint and below, use the breakpoint-specific block modifiers.
<button class="gds-button gds-button--default">Default button</button>
Optional classes:
gds-button--defaultgds-button--lggds-button--smgds-button--xsgds-button--primarygds-button--secondarygds-button--whitegds-button--tertiarygds-button--successgds-button--warninggds-button--infogds-button--dangergds-button--linkgds-button--togglegds-button--activegds-button--blockgds-button--block-xsgds-button--block-smgds-button--block-mdgds-button--block-lggds-button--block-xlgds-button--darkgds-button--dark-primarygds-button--dark-secondarygds-button--dark-tertiarygds-button--dark-successgds-button--dark-dangergds-button--dark-infogds-button--dark-warninggds-button--dark-toggle