move vendored uk components to templates

This commit is contained in:
stvnrlly
2022-12-14 11:50:51 -05:00
parent d45c0f6251
commit ac1d5f0983
217 changed files with 4041 additions and 330 deletions

View File

@@ -2,9 +2,9 @@
{% from "components/banner.html" import banner_wrapper %}
{% from "components/table.html" import list_table, field, text_field, index_field, hidden_field_heading %}
{% from "components/page-header.html" import page_header %}
{% from "components/button/macro.njk" import govukButton %}
{% from "components/skip-link/macro.njk" import govukSkipLink %}
{% from "components/back-link/macro.njk" import govukBackLink %}
{% from "components/uk_components/button/macro.njk" import govukButton %}
{% from "components/uk_components/skip-link/macro.njk" import govukSkipLink %}
{% from "components/uk_components/back-link/macro.njk" import govukBackLink %}
{% set file_contents_header_id = 'file-preview' %}