-
Many/most components within govuk-frederic should use `withWhitespace` - for example the `Table` component should automatically get whitespace below it
-
I've had a few questions of 'where is this component' based on guide pages, so we should link through to them so it's easy to get to.
-
The size of the text in the code blocks also appear to have shrunk somewhat… (comparing to https://deploy-preview-519--govuk-design-system-preview.netlify.com/components/checkboxes/, which hasn't been…
-
We are using the HTML versions of the new GDS standards and have found that the code for conditionally revealing content doesn't work.
Please see attached example, changing to use the JavaScript s…
-
Ensure that all props are spread on all the components like so...
```jsx
const LeadParagraph = props => ;
```
This is so we automatically allow props such as className and mb for example to be…
-
Ideally our components would loudly complain if they're supplied with bad inputs.
This currently isn't trivial with our current Nunjucks setup.
Related comment:
https://github.com/alphagov/govu…
-
_From @davehaigh on June 29, 2018 14:23_
I'm getting a failed to load resource error 404 : https://design-system.service.gov.uk/javascripts/iframeResizer.map
Using a MacBook, safari 11.1.1.
E…
-
Currently there is `'govuk-radios__label'` applied but you can't pass your own class in, it would be useful to allow for a bold label and a nonbold hint underneath
https://github.com/alphagov/govuk-f…
timja updated
6 years ago
-
For discussion, probably
https://www.smashingmagazine.com/2018/06/placeholder-attribute/
-
When we import polyfills they're global.
Since a build system can't know where they're used, it can't make a decision to include it or not.
You can see an example of this here:
https://githu…