translucent-vue
v1.0.0
Published
A Vue binding for translucent
Downloads
25
Maintainers
Readme
translucent-vue
A Vue binding for byeolbit/translucent
For help you can have a look at the guide or join my discord server. If there is any issue with this library, please feel free to open an issue on github.
Install
Package manager
npm i -S translucent-vue
yarn add translucent-vue
// 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
Script tag
<script defer src="path/to/translucent-vue/dist/index.bundle.js"></script>
<link rel="stylesheet" href="path/to/translucent-vue/dist/index.css"/>
Basic demo
You can have a look at the very basic demo in the demo
directory on github, or refer to the guide .