@react-uix/styles
v0.0.5
Published
Shared CSS styles for the web and react-native versions of React UiX
Downloads
3
Readme
@react-uix/styles
Shared CSS styles for the web and react-native versions of React UiX
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