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
Ok, so I found a way to do it (not sure if itś the best one):
import { Menu, MainButton, ChildButton } from 'react-mfb'
import 'react-mfb/mfb.css'
import '../styles/ionicons.min.css'; //(downloaded from the ionicons.com website and then put it manually into my project)
And then inside the render() and before return:
var panel = document.getElementById('panel'),
showcode = document.getElementById('showcode'),
selectFx = document.getElementById('selections-fx'),
selectPos = document.getElementById('selections-pos'),
selectMethod = document.getElementById('selections-method');
var effect = 'zoomin',
pos = 'br',
method = 'hover';
Is there a straight way to import the component using 'import from'?
The text was updated successfully, but these errors were encountered: