React Alp is a set of React components that implement auto native style like Ionic.
learn from Ionic Material-UI react-toolbox
I think the best and fastest easiest way to specify the style is using css.
$ npm install --save react-alp
import React from 'react';
import Button from 'react-alp/components/Button';
import Paper from 'react-alp/components/Paper';
const App = () => (
<Paper>
<h1>Hello~ React-Alp!</h1>
<Button label="Hello" />
</Paper>
)
export default App;
3 ways to theming your own styles