react-form-builder
react-form-builder copied to clipboard
Use of bootstrap 4 css classes
Hi,
Some of the css classes looks like they are still trying to use bootstrap 3.
Example from form.jsx:
<input type='submit' className='btn btn-school btn-big btn-agree' value={actionName} />
btn-agree is not defined in the css.
Are you planing to change all the styles to use boostrap 4?