From f0f0c4574de05de5a4a0c03e9925cbef3a09b65f Mon Sep 17 00:00:00 2001 From: Thomas Yems <93599300+tomyems@users.noreply.github.com> Date: Fri, 21 Apr 2023 15:33:19 +0100 Subject: [PATCH] Add home-office-kit to list of known plugins Proposal to add the Home Office plugin (npm: https://www.npmjs.com/package/home-office-kit, source code: https://github.com/UKHomeOffice/home-office-kit) to the GOV.UK prototype kit. This contains some features to make prototyping easier in the Home Office, as well as easy access to Home Office styling (https://design.homeoffice.gov.uk/). When you get chance, if you could provide any feedback to improve the plugin that would be appreicated, I've tried to namespace everything relevant, but I've possibly missed some. --- known-plugins.json | 1 + 1 file changed, 1 insertion(+) diff --git a/known-plugins.json b/known-plugins.json index 9ff43b2c43..824161edeb 100644 --- a/known-plugins.json +++ b/known-plugins.json @@ -5,6 +5,7 @@ "@govuk-prototype-kit/common-templates", "@govuk-prototype-kit/step-by-step", "@govuk-prototype-kit/task-list", + "home-office-kit", "hmrc-frontend", "jquery", "notifications-node-client"