framework7io / framework7-plugin-3d-panels

Framework7 plugin to add 3d effect for side panels
http://framework7.io/plugins/
MIT License
61 stars 34 forks source link

Use with Vue? #4

Closed MarcGodard closed 6 years ago

MarcGodard commented 6 years ago

I have been trying to get this to work with Vue, no luck so far, anyone done this before?

nolimits4web commented 6 years ago

JSFiddle or live example will be helpful

MarcGodard commented 6 years ago

Figured it out:

import Framework73DPanelsStyles from 'framework7-plugin-3d-panels/dist/framework7.3dpanels.min.css'
import Framework73dPanels from 'framework7-plugin-3d-panels'
Framework7.use(Framework73dPanels)

I forgot to include the CSS.