An open API service indexing awesome lists of open source software.

https://github.com/formio/semantic

Semantic UI Templates for form.io
https://github.com/formio/semantic

Last synced: about 1 year ago
JSON representation

Semantic UI Templates for form.io

Awesome Lists containing this project

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](https://semantic-ui.com/) framework.

## Usage

```javascript
import semantic from '@formio/semantic';
import { Formio } from 'formiojs';

Formio.use(semantic);
```