A Vue binding for translucent
npm install translucent-vuebash
npm i -S translucent-vue
yarn add translucent-vue
`
`javascript
// import
import { Plugin, Translucent } from "translucent-vue"
import "translucent-vue/src/styles.scss" // or dist/index.css
// require
const { Plugin, Translucent } = require("translucent-vue");
require("translucent-vue/src/styles.scss"); // or dist/index.css
`
$3
`html
`
Basic demo
You can have a look at the very basic demo in the demo` directory on github, or refer to the guide .