You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: