0.0.5 • Published 4 years ago

@react-uix/styles v0.0.5

Weekly downloads
29
License
MIT
Repository
github
Last release
4 years ago

@react-uix/styles

Shared CSS styles for the web and react-native versions of React UiX

NPM JavaScript Style Guide Build Status

Install

npm install --save @react-uix/styles

Usage

import React, { Component } from 'react'

import MyComponent from '@react-uix/styles'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © sethlessard