0.1.3 • Published 6 months ago

@goformx/formio v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

GoFormX Template

This repository provides templates for form.io forms in GoFormX.

Installation

npm install @goformx/formio @formio/js

Usage

// Import the main package
import goforms from "@goformx/formio";
// Or import specific components
import { components } from '@goformx/formio/components';

// Use with Form.io
import { Formio } from '@formio/js';

// Register the templates
Formio.use(goforms);

Features

  • TypeScript support
  • ESM and CommonJS module support
  • Bootstrap Icons integration
  • Custom form.io templates

Requirements

  • Node.js >= 20.0.0
  • @formio/js >= 5.1.1

License

MIT

0.1.3

6 months ago

0.1.2

6 months ago

0.1.0

6 months ago