Form.IO Form Builder style

1.1k views Asked by At

I'm using Form.IO's Form builder component inside my react app and it's not really working, the styles are way off and I think something is missing!

Here is a small project with how I'm implementing it:

form.io form builder

Thanks!

P.S: Completely forgot to actually commit the code! Sorry! Just updated the repo

2

There are 2 answers

1
Eldshe On

You should install the React library for form.io . Do it by opening a terminal command line in your project and then run this command

npm install react-formio --save

than you could implement it within your project... Look here to learn about this library.

3
Vincenzo On

You could try having a look at my repo https://github.com/VincenzoMarcovecchio/portfolio-v2/blob/master/src/components/About/About.jsx I made it my self and it works (with getform.io) It is fairly easy to set up too. P.s the link you have provided points to a create-react-app boilerplate which looks empty to me. Anyway have a good one.