@ukhomeoffice/formio-gds-template

Gov UK design system formio templates


Keywords
formio, GDS, Design, System
License
MIT
Install
npm install @ukhomeoffice/formio-gds-template@1.2.0

Documentation

GDS Design System Templates for Formio

This project provides the templates required to implement the GDS Design System for Formio form renderer.

Set up and configuration

Prerequisites

Installation

   npm install @ukhomeoffice/formio-gds-template

Usage

Using 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);