Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

Button / Primary Button Element

Primary variant as a button element for forms

Layout
Properties
Component Code
@await Html.PartialAsync("~/Components/Atoms/Button/Button.cshtml", new ButtonProps
{
"Variant": "primary",
"Type": "submit",
"Disabled": false,
"AriaLabel": "",
"Name": "",
"Value": "",
"Action": "",
"LinkText": "Submit",
"LinkUrl": "",
"LinkTarget": "",
"IsActive": false
})
♿ Accessibility