├── .gitignore ├── README.md └── govuk-wireframing-kit.sketch /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## About the wireframing kit 2 | Quick sketchapp wireframing tool for UK government digital services 3 | 4 | The Sketch wireframing kit provides a way to make static prototypes that look like pages on GOVUK. These wireframes can be used to show ideas to people you work with, and to do user research. 5 | 6 | It includes components and patterns from the [GOVUK Design System](https://design-system.service.gov.uk "GOV.UK Design System") 7 | 8 | ## Requirements 9 | [Sketchapp](https://www.sketchapp.com/ "Download Sketchapp")
10 | GDS Transport Website Font 11 | 12 | ## Notes 13 | 14 | The wireframing kit no longer supports mobile components from version 3.0. If you have a need for this let me know in the issues. -------------------------------------------------------------------------------- /govuk-wireframing-kit.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwp/sketch_wireframing_kit/16ecedacb163a73c6f278dd6fccd6c6f2c425b06/govuk-wireframing-kit.sketch --------------------------------------------------------------------------------