1.0.5 • Published 8 years ago

react-universal-element v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

react-universal-element

React component polyfill for android,ios. You can use universal element for android,ios with a few modification to browser code.

Usage

import { P,Div,Span } from 'react-universal-element'

React.createClass({
  render() {
    return (
      <Div class='test-component'>
        <P>
          <Span>test</Span>
          Paragraph...
        </P>
      </Div>
    )
  }
})

Install

npm install react-universal-element

Author

Yusuke Shibata

License

MIT