Package Exports
- @formio/semantic
- @formio/semantic/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@formio/semantic) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Form.io Semantic UI Templates
This repository will change the rendering of forms in formio.js so that it uses html and classes compatible with the Semantic UI framework.
Usage
import semantic from '@formio/semantic';
import { Formio } from 'formiojs';
Formio.use(semantic);