Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
1ce8a2e
Add submission-1746110732270/started.txt in submission folder
chrispymm May 1, 2025
79e17ce
Add submission-1746110732270/component-details.txt in submission folder
chrispymm May 1, 2025
6459141
Add submission-1746110732270/componentImage.txt in submission folder
chrispymm May 1, 2025
9eea7b5
Add docs/assets/images/submission-1746110732270/Screenshot-2025-04-02…
chrispymm May 1, 2025
1b42ca9
Add submission-1746110732270/accessibility-findings.txt in submission…
chrispymm May 1, 2025
bf60dcc
Add submission-1746110732270/accessibilityReport.txt in submission fo…
chrispymm May 1, 2025
44bd550
Add docs/assets/files/submission-1746110732270/Security-and-Data-Prot…
chrispymm May 1, 2025
b320c1a
Add docs/assets/files/submission-1746110732270/Civil-Service-Expectat…
chrispymm May 1, 2025
97e53ce
Add submission-1746110732270/add-assistive-tech.txt in submission folder
chrispymm May 1, 2025
669800e
Add submission-1746110732270/prototype.txt in submission folder
chrispymm May 1, 2025
6f7d8f9
Add submission-1746110732270/prototype-url.txt in submission folder
chrispymm May 1, 2025
bbe291f
Add submission-1746110732270/component-code.txt in submission folder
chrispymm May 1, 2025
1a5e69c
Add submission-1746110732270/component-code-details.txt in submission…
chrispymm May 1, 2025
e37d5c3
Add submission-1746110732270/figma.txt in submission folder
chrispymm May 1, 2025
cb53258
Add submission-1746110732270/figma-link.txt in submission folder
chrispymm May 1, 2025
e68b09e
Add submission-1746110732270/your-details.txt in submission folder
chrispymm May 1, 2025
5d1ad0e
Add submission-1746110732270/checkYourAnswers.txt in submission folder
chrispymm May 1, 2025
65775cf
Add docs/components/a-lovely-component.md in submission folder
chrispymm May 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
109 changes: 109 additions & 0 deletions docs/components/a-lovely-component.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
---
layout: layouts/tabbed-component.njk
title: A lovely component
type: component
status: Experimental
statusDate: May 2025
eleventyNavigation:
key: A lovely component
parent: Components
excerpt: ""
---

{% tabs "Contents" %}

{% tab "Overview" %}

## Overview

![A lovely component](/assets/images/submission-1746110732270/Screenshot-2025-04-02-at-22.59.16.png)

it is beautiful!

## How the component is currently used

It is being used a lot


{% endtab %}

{% tab "Code" %}

## Help develop existing building blocks in GitHub

After a new building block is published in the design system, you, and other users, have the chance to continue enhancing it. This is done with users adding more information and resources to the component via GitHub.

To do this you should:

- go to the GitHub conversation
- add your comments, information and resources about the building block

## Code



### html



<div class="app-example app-example-borders">

```html
<nav class="govuk-breadcrumbs" aria-label="Breadcrumb">
<ol class="govuk-breadcrumbs__list">
<li class="govuk-breadcrumbs__list-item">
<a class="govuk-breadcrumbs__link" href="#">Home</a>
</li>
<li class="govuk-breadcrumbs__list-item">
<a class="govuk-breadcrumbs__link" href="#">Passports, travel and living abroad</a>
</li>
<li class="govuk-breadcrumbs__list-item">
<a class="govuk-breadcrumbs__link" href="#">Travel abroad</a>
</li>
</ol>
</nav>
```

</div>


{% endtab %}

{% tab "Accessibility" %}

## Accessibility

If you have had an accessibility audit or tested with users with access needs then you could contribute to this component.
### External audit (DAC) - February 2024
Issues were discovered

[Download the accessibility report](/assets/files/submission-1746110732270/Security-and-Data-Protection-Assessment-Certificate-(1).pdf)
### Internal audit (MOJ) - April 2023
no issues
[Download the accessibility report](/assets/files/submission-1746110732270/Civil-Service-Expectations-Assessment-Certificate-(1).pdf)
### Assistive Technology audit - June 2022


{% endtab %}

{% tab "Links" %}

## Links

### Prototype




<a href="http://google.com" target="_blank" rel="noopener noreferrer">Prototype link (opens in a new tab)</a>

### Figma



<a href="" target="_blank" rel="noopener noreferrer">Figma link (opens in a new tab)</a>


{% endtab %}

{% endtabs %}
5 changes: 5 additions & 0 deletions submission-1746110732270/accessibility-findings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hasComponentBeenTestedExternalAccessibility": "yes",
"hasComponentBeenTestedInternalAudit": "yes",
"hasComponentBeenTestedUsingAssistiveTechnology": "yes"
}
1 change: 1 addition & 0 deletions submission-1746110732270/accessibilityReport.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"file:499925080db595f1282a2d14b75d2954a98029254a2572e326739e564fd5be86:LDMPSbjGfxXaBnxMHynVVCQVWj-tD5Tp:accessibilityReport"
6 changes: 6 additions & 0 deletions submission-1746110732270/add-assistive-tech.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"testingDate-day": "2",
"testingDate-month": "6",
"testingDate-year": "2022",
"issuesDiscovered": ""
}
1 change: 1 addition & 0 deletions submission-1746110732270/checkYourAnswers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
true
5 changes: 5 additions & 0 deletions submission-1746110732270/component-code-details.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"componentCodeLanguage": "html",
"componentCodeUsage": "",
"componentCode": "<nav class=\"govuk-breadcrumbs\" aria-label=\"Breadcrumb\">\r\n <ol class=\"govuk-breadcrumbs__list\">\r\n <li class=\"govuk-breadcrumbs__list-item\">\r\n <a class=\"govuk-breadcrumbs__link\" href=\"#\">Home</a>\r\n </li>\r\n <li class=\"govuk-breadcrumbs__list-item\">\r\n <a class=\"govuk-breadcrumbs__link\" href=\"#\">Passports, travel and living abroad</a>\r\n </li>\r\n <li class=\"govuk-breadcrumbs__list-item\">\r\n <a class=\"govuk-breadcrumbs__link\" href=\"#\">Travel abroad</a>\r\n </li>\r\n </ol>\r\n</nav>"
}
1 change: 1 addition & 0 deletions submission-1746110732270/component-code.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions submission-1746110732270/component-details.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"componentName": "A lovely component",
"componentOverview": "it is beautiful!",
"howIsTheComponentUsed": "It is being used a lot\r\n "
}
1 change: 1 addition & 0 deletions submission-1746110732270/componentImage.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"file:55c8191a83002ebe24351fe41968264fb84336a6ea6e91a04c63b3fe282755b0:LDMPSbjGfxXaBnxMHynVVCQVWj-tD5Tp:componentImage"
4 changes: 4 additions & 0 deletions submission-1746110732270/figma-link.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"figmaLink": "http://google.com",
"figmaLinkAdditionalInformation": ""
}
1 change: 1 addition & 0 deletions submission-1746110732270/figma.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
4 changes: 4 additions & 0 deletions submission-1746110732270/prototype-url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"prototypeUrl": "http://google.com",
"prototypeUrlAdditionalInformation": "\r\n"
}
1 change: 1 addition & 0 deletions submission-1746110732270/prototype.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions submission-1746110732270/started.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
true
9 changes: 9 additions & 0 deletions submission-1746110732270/your-details.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"fullName": "Chris Pymm",
"emailAddress": "chris@chrispymm.co.uk",
"teamName": "MOJ Forms",
"shareYourDetails": [
"addNameToComponentPage",
"addTeamNameWhenRequested"
]
}