https://github.com/brianneisler/react-omni
UI component framework for that works for both react and react-native
https://github.com/brianneisler/react-omni
Last synced: 5 months ago
JSON representation
UI component framework for that works for both react and react-native
- Host: GitHub
- URL: https://github.com/brianneisler/react-omni
- Owner: brianneisler
- License: mit
- Created: 2016-09-28T16:25:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T23:32:16.000Z (over 8 years ago)
- Last Synced: 2024-12-16T19:38:16.072Z (6 months ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/necolas/react-native-web) so all components in this library are compatible in both react-native and react## Build Status
[](https://badge.fury.io/js/react-omni)
[](https://travis-ci.org/brianneisler/react-omni)
[](https://nodei.co/npm/react-omni/)## Install
```bash
npm install --save react-omni
```## Install for web
- requires additional use of the [react-omni-webpack-plugin](https://github.com/brianneisler/react-omni-webpack-plugin)
```bash
npm install --save react-omni-webpack-plugin
```
- Then in your webpack config add the plugin
```js
...
import ReactOmniPlugin from 'react-omni-webpack-plugin'export default {
...,
plugins: [
...,
new ReactOmniPlugin()
]
}
```## Usage
```js
import { Icon, Text, View } from 'react-omni'```
## Recompose helpers for styles- withStyles
## Components
* Alerts
* Icons
* Typography