vuestyle

0.1.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vuestyle

Weekly Downloads

0

Version

0.1.8

License

ISC

Last publish

Collaborators

  • ianwalter