translucent-vue

1.0.0 • Public • Published

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 .

Package Sidebar

Install

npm i translucent-vue

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

225 kB

Total Files

15

Last publish

Collaborators

  • voltra