brianneisler / react-omni

UI component framework for that works for both react and react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-omni

React framework for that works for both react and react-native Reactive Design Components

Benefits

  • Uses only components supplied by react-native-web so all components in this library are compatible in both react-native and react

Build Status

npm version
Build Status
NPM

Install

npm install --save react-omni

Install for web

npm install --save react-omni-webpack-plugin
  • Then in your webpack config add the plugin
...
import ReactOmniPlugin from 'react-omni-webpack-plugin'

export default {
  ...,
  plugins: [
    ...,
    new ReactOmniPlugin()
  ]
}

Usage

import { Icon, Text, View } from 'react-omni'

Recompose helpers for styles

  • withStyles

Components

  • Alerts
  • Icons
  • Typography

About

UI component framework for that works for both react and react-native

License:MIT License


Languages

Language:JavaScript 100.0%