Grid templates
The grid templates provided by @duplojs/form/vueGrid are a ready-to-use implementation of form, input, and layout templates.
They let you start quickly with:
- a consistent grid;
- uniform spacing;
- built-in variants for
form,input,multi,check,repeat,union,step, andsection.
Their main value is to provide a visual base you can use immediately, while still allowing you to replace a template globally or locally later.
For detailed documentation on each grid template and on createGridTemplates(...), see also the templatesGrid API.
