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.
nhsuk.js
1 parent 857dfaf commit 09742c6Copy full SHA for 09742c6
packages/nhsuk.js
@@ -0,0 +1,4 @@
1
+const { initAll } = require('.')
2
+
3
+// Initialise components
4
+document.addEventListener('DOMContentLoaded', () => initAll(document))
0 commit comments