-
Dobry den
ked pouzijem pre webpack setup aky mate na stranke
```
import { initAll } from 'govuk-frontend';
initAll();
```
tak nefunguju komponenty zavisle na js, napr govuk-accordion
Konfigu…
-
In all other similar instances in the codebase a check is made that the `ref` is not null before initialising the underlying govuk-frontend JS, e.g.
```
if (accordionRef.current) {
new Accordion…
-
## Related documentation
Suspect if it went anywhere it could go in the [beginner's requirements](https://govuk-prototype-kit.herokuapp.com/docs/install/requirements.md) or the [stripped back ins…
-
Create a Jenkinsfile to at least run any frontend and/or backend tests and report the results via JUnit plugin so that success/failure will be reported up via GitHub Checks API.
Once we get a Jenki…
-
GovUK frontend dependency version is pointing to an older version `3.13.0` when current version is `3.14.0` which creates NPM upstream dependency conflict when trying to use latest.
```
npm ERR! …
-
Hi,
Thanks so much for this project, we are looking forward to integrating it in the XGovFormBuilder project.
I have had a look at the components created so far and I would like to raise an issu…
-
### What
Create a simple web page that lives at https://prototype-kit-training.cloudapps.digital and directs users to https://govuk-prototype-kit.herokuapp.com/docs/tutorials-and-examples.
### W…
-
Copied from Trello ticket https://trello.com/c/VIpSULRT/
## Cause
Error summary component by default takes focus on page load; for examples in the Design System pages this is not desirable, so t…
-
## Background
Sometimes we make changes in feature and fix releases which don't require users to make changes in order to update (so it's not a breaking change), but they may need to make changes…
-
It would be nice if I could specify and option, per row, to hide that row if the data passed in is not available.
## Alternatives
I haven't written the workaround yet, but will do.
## Additiona…