@ministryofjustice/hmpps-court-cases-release-dates-design
v5.2.4
Published
A shared frontend library for HMPPS Court cases and release dates product set services
Downloads
1,817
Maintainers
Keywords
Readme
HMPPS Court cases and release dates frontend
Add to prototype
Install the package:
npm install @ministryofjustice/hmpps-court-cases-release-dates-design
Add the macro to your template.html file:
nunjucks{% from "hmpps/components/mini-profile/macro.njk" import miniProfile %}
Use the macro:
{% set person = {
firstName: 'Neil',
lastName: 'Rudge',
prisonerNumber: 'A1234BC',
dateOfBirth: '1932-02-02',
status: 'On remand',
prisonName: 'HMP Kirkham',
cellLocation: 'A-1-1'
} %}
{{ miniProfile(person, '/plugin-assets/@ministryofjustice/hmpps-court-cases-release-dates-design/hmpps/assets/images/prisoner-profile-image.png', '#') }}