Closed vickytnz closed 3 weeks ago
@vickytnz nice idea! I took some notes when moving across too on what the differences are. I can dig those out.
First pass with more comments. A few principles I have used for this:
If you have used the GOV.UK prototype kit before, most of the things you know are the same in the NHS.UK prototype kit, but there are some differences.
When you are installing and running your prototype kit you need to:
npm run watch
and not npm run dev
When you are making your pages you need to:
radios
and not govukRadios
. You can copy these from the [https://service-manual.nhs.uk/design-system](NHS.UK design system)Updated dos and don't version is here https://github.com/nhsuk/nhsuk.service-manual.prototype-kit.docs/pull/26#issuecomment-2438669073
Suggestion
What is the suggestion?
The NHS prototype kit is similar to buy different from the GOV.UK prototype kit. Some basic differences would help manage expectations for people switching.
What steps are required to do this suggestion?
Noting any key differences:
npm run watch
compared tonpm run dev