We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a3328 commit 3233cafCopy full SHA for 3233caf
packages/tel-frontend/src/tel/components/hello-world/hello-world.njk
@@ -1,6 +1,6 @@
1
-{# tel-frontend-review/src/components/hello-world.njk #}
+{# packages/tel-frontend/src/tel/components/hello-world/hello-world.njk #}
2
{% macro helloWorld(params = {}) %}
3
- <div class="nhsuk-card {{ params.classes | default('') }}">
+ <div class="nhsuk-card hello-world {{ params.classes | default('') }}" data-module="hello-world">
4
<div class="nhsuk-card__content">
5
<h3 class="nhsuk-card__heading">{{ params.heading | default('Hello World Component') }}</h3>
6
<p class="nhsuk-card__description">{{ params.text | default('This is just a test component for setting up the repo.') }}</p>
0 commit comments