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
- Host: GitHub
- URL: https://github.com/formio/semantic
- Owner: formio
- License: mit
- Created: 2019-10-18T18:39:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T13:48:06.000Z (about 1 year ago)
- Last Synced: 2025-05-20T16:53:11.828Z (about 1 year ago)
- Language: JavaScript
- Size: 826 KB
- Stars: 3
- Watchers: 11
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- License: LICENSE
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);
```