0.1.8 • Published 7 years ago

vuestyle v0.1.8

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
7 years ago

vuestyle

Use the Styletron CSS-in-JS library with Vue.js

NPM version Dependency Status

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

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago