vuestyle
v0.1.8
Published
Use the Styletron CSS-in-JS library with Vue.js
Downloads
4
Readme
vuestyle
Use the Styletron CSS-in-JS library with Vue.js
Installation
npm install vuestyle --save
Usage
import Vue from 'vue'
import VueStyle from 'vuestyle'
Vue.use(VueStyle())
<div v-style="{ fontSize: '32px', fontWeight: 600 }">
Hello World!
</div>
License
ISC © Ian Walter