2.1.1 • Published 7 years ago

react-duotone v2.1.1

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

React Duotone Travis Build Status [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) styled with prettier

Example Duotone Image

Installation

npm install --save react-duotone

How to use

import React, { Component } from 'react';
import { render } from 'react-dom';
import { DuotoneImage } from 'react-duotone';

class App extends Component {
  render() {
    return <DuotoneImage
      className='image-preview'
      alt='Your image description'
      src='your-image.jpg'
      primaryColor='#FBFBFB'
      secondaryColor='#283B6B' />;
  }
}

render(<App />, document.getElementById('app'));

Examples

npm install
npm start
2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.9.0

8 years ago