bcgov/common-forms-toolkit

View on GitHub
app/frontend/src/components/base/BaseHeaderSection.vue

Summary

Maintainability
Test Coverage
<template functional>
  <div>
    <h2 class="mb-5">
      <strong>{{ props.text }}</strong>
    </h2>

    <hr class="orange" />
  </div>
</template>

<style scoped>
  h2 {
    font-size: 1.5em;
  }
</style>