This project provides the templates required to implement the GDS Design System for Formio form renderer.
npm install @ukhomeoffice/formio-gds-templateUsing vanilla formio
import gds from '@ukhomeoffice/formio-gds-template';
import {Formio} from 'formiojs';
Formio.use(gds);Using react-formio
import gds from '@ukhomeoffice/formio-gds-template';
import {Formio} from "react-formio";
Formio.use(gds);