Skip to content

Commit

Permalink
information about the older version of HMLR compeonents and where to …
Browse files Browse the repository at this point in the history
…get help
  • Loading branch information
Andy Porter committed Nov 27, 2023
1 parent 22b5c29 commit eabb0b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/get-started/prototyping/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ order: 1
description: This guide explains how to create prototypes using the GOV.UK Design System and GOV.UK Prototype Kit
---

{% from "govuk/components/inset-text/macro.njk" import govukInsetText %}

The GOV.UK guide explains how to create prototypes using the GOV.UK Design System and GOV.UK Prototype Kit.

## Before you start
Expand All @@ -28,3 +30,10 @@ npm install @hmlr/frontend@v1.1.0
You can now import and use the HM Land Registry components in your prototype just as you can with the GOV.UK ones.

Example code can be found in the [components](/components/) section.

{{ govukInsetText({
classes: "app-table--constrained",
html: 'These instructions will install an older version (v1.1.0) of the HM Land Registry components, as a bug exists when using the latest version (v1.3.0) with the latest Gov prototype kit (v13). <a href="/get-in-touch/">Contact us if you need help using the components</a>.'
}) }}


0 comments on commit eabb0b3

Please sign in to comment.