shepda / formio-gds-template

Formio template for GDS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 @digitalpatterns/formio-gds-template

Usage

Using vanilla formio

import gds from '@digitalpatterns/formio-gds-template';
import {Formio} from 'formiojs';

Formio.use(gds);

Using react-formio

import gds from '@digitalpatterns/formio-gds-template';
import {Formio} from "react-formio";

Formio.use(gds);

About

Formio template for GDS


Languages

Language:JavaScript 59.2%Language:HTML 20.2%Language:TypeScript 17.5%Language:SCSS 1.7%Language:CSS 1.4%