0.1.0 • Published 6 years ago

react-mobile-devices v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.

0.1.0

6 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago