Hi - I have a short suggestion for adding to the docs! This was something I struggled with a bunch.
For the main usage documentation, add one line:
import { FormeoEditor, FormeoRenderer } from 'formeo' // you have this
import "formeo/dist/formeo.min.css" // this is missing
(I'm adding this as an issue because I'm not super familiar with different packaging systems in javascript. This was required in webpacker with Rails 6.0.2.2.)
Hi - I have a short suggestion for adding to the docs! This was something I struggled with a bunch.
For the main usage documentation, add one line:
(I'm adding this as an issue because I'm not super familiar with different packaging systems in javascript. This was required in webpacker with Rails 6.0.2.2.)