vuestyle
v0.1.8
Published
Use the Styletron CSS-in-JS library with Vue.js
Downloads
16
Readme
vuestyle
Use the Styletron CSS-in-JS library with Vue.js
Installation
npm install vuestyle --saveUsage
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
