Confirm Section Component

Disabled state (empty page)

Sample code
<lta-confirm-section
  title="Confirm this section"
  description="Confirm your details to continue your registration."
  disabled="true"
></lta-confirm-section>

Enabled state (details filled)

Sample code
<lta-confirm-section
  title="Confirm this section"
  description="Once you are satisfied with all information entered in this section, confirm the details."
  disabled="false"
></lta-confirm-section>

With extra classes

Sample code
<lta-confirm-section
  title="Confirm this section"
  description="Confirm your details to continue your registration."
  classes="u-mt-3"
></lta-confirm-section>