-
Updated
Apr 12, 2022 - JavaScript
#
govuk-frontend
Here are 29 public repositories matching this topic...
GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
Sep 14, 2021 - HTML
-
Updated
May 15, 2020 - Ruby
Quick Sketchapp wireframing tool for UK government digital services
design
design-systems
sketch
wireframe
ui-components
govuk
govuk-frontend
wireframes
design-system
govuk-prototype-toolkit
wireframe-kit
govuk-design-system
govuk-prototype
-
Updated
Sep 23, 2021
Lightweight components for developing with the GOV.UK Design System
-
Updated
Apr 12, 2022 - Ruby
brightpixels
commented
Feb 16, 2021
Hello,
The current example of react-hook-form is broken. Could you please update it or give guidance. https://github.com/surevine/govuk-react-jsx-examples/blob/master/src/forms/ReactHookForm.js
Thanks
A gem wrapper around the govuk_frontend_toolkit files to enable easy integration with Rails
-
Updated
Jun 25, 2021 - Ruby
Build websites using the GOV.UK Design System and the Eleventy static site generator.
-
Updated
Apr 11, 2022 - JavaScript
GOV.UK Frontend Jinja Macros
-
Updated
Mar 31, 2022 - HTML
An autocomplete for UK Government organisations.
-
Updated
Jul 23, 2019 - HTML
GOV.UK Frontend WTForms Widgets
-
Updated
Apr 1, 2022 - Python
Demo Flask app using GOV.UK Frontend Jinja macros
-
Updated
Apr 7, 2022 - HTML
Example code for using govuk-react-jsx
-
Updated
Mar 12, 2022 - JavaScript
andymantell
commented
Jun 24, 2020
The CLI tool should notify people when a new version is released
Try govuk-react-jsx-next with Next.js
-
Updated
Jun 14, 2021 - TypeScript
Example usage of govuk-react
-
Updated
May 6, 2021 - JavaScript
A low-code e-forms renderer and designer aiming to conform to the UK Govt GDS Design System. Includes Granicus-Firmstep forms import to allow migration.
-
Updated
Feb 3, 2021 - TypeScript
Component Kit for creating GOV.UK frontend services
-
Updated
Nov 28, 2017 - TypeScript
Hacker News But Built With GOV.UK Design System
-
Updated
Apr 28, 2021 - TypeScript
A starter kit for a Plastic Free Community website hosted on the Umbraco CMS.
-
Updated
Nov 27, 2019
GOV.UK Publishing Frontend contains code to build user interfaces for the GOV.UK website.
-
Updated
Apr 9, 2022 - HTML
Home Office IDP - Digitise, Store & View
-
Updated
Feb 28, 2017 - HTML
Prototype made for the Immigration Enforcement Civil Penalty Compliance Team
-
Updated
May 10, 2017 - HTML
Improve this page
Add a description, image, and links to the govuk-frontend topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the govuk-frontend topic, visit your repo's landing page and select "manage topics."


I (think I) understand the reason for adding
clear: leftto containers that could have potential floats that would need clearing but I personally think it would be more elegant to add them on a case-by-case basis. Removing them would also ensure this codebase follows GDS closely.Hopefully we can move away from using floats where flexbox would be more suitable in the future also.