0.1.0 • Published 7 years ago
react-mobile-devices v0.1.0
React Mobile Devices
Stateless React component versions of devices.css by Marvel.
Ready to Use Devices
- Nexus 5
Installation
$ npm install react-mobile-devices --save
Usage
import 'react-mobile-devices/dist/style.css';
import { Nexus } from 'react-mobile-devices';
const NexusWrapper = props => (
<Nexus>
Test!
</Nexus>
);
Contribution
This project has initialized from react-component-starter, which contains detailed documentation about installation, development and build flow of the package.