Button

An extension of GOVUK button with additional styling options.

Button inverted

This is a solid white button to be used on a blue background

HTML
<div class="govuk-panel das-panel--featured">
  <button class="govuk-button das-button--inverted" data-module="govuk-button">
    Button
  </button>
</div>

Button blue

HTML
<button class="govuk-button das-button--blue" data-module="govuk-button">
  Button
</button>

Button link

This button looks like a link but has similar padding to a conventional button and can therefore be used alongside them.

Button inline link

This button can be used inline as part of a block of text.