The LB Redbridge design system.

Button

Button component - button styling for the button and hyperlink elements.
The buttons are customised for LB Redbridge and based on the standard GDS button component.
GDS guidelines on using this component (opens in a new window)





Primary button [link element]
Secondary button [link element]

                    
                      
<button class="govuk-button" data-module="govuk-button"> Primary button [button element] </button> <button class="govuk-button govuk-button--secondary" data-module="govuk-button"> Secondary button [button element] </button> <button class="govuk-button govuk-button--white" data-module="govuk-button"> Primary inverted button [button element] </button> <a href="#" class="govuk-button" data-module="govuk-button"> Primary button [link element] </a> <a href="#" class="govuk-button govuk-button--secondary" data-module="govuk-button"> Secondary button [link element] </a>