-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support other design systems #442
Conversation
✅ Deploy Preview for govuk-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
6fd2a38
to
376f38b
Compare
This seems to be working now for our app. PR is ready for review. |
This allows users to change the `govuk` prefix for classes, to reuse the components with other design systems.
This makes them whitelabelable and allows the use of other design systems.
Update all the component tests to use the new example.
Comments addressed and commits squashed into one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Magnificent ✅
Great work, thank you @tvararu ❤️
It would be nice as a follow up to include a section in the guide showing off an NHS styled component. We can use the |
This is #441 but re-raised from a branch on this repo.
This is mostly identical to the work done in x-govuk/govuk-form-builder#127.
Commits kept separate for each individual component in case it makes it easier to review, but should be squashed up before merge.
Fixes #440.
TODO: