# 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);
```
