react-extensions

A react-extensions component library


Keywords
components, reactjs, popover, calender, progressive-image, react-component-library
License
MIT
Install
npm install react-extensions@1.0.10

Documentation

react-extensions

A React Component Library

Installation

Ensure you have Yarn installed.

To add react-extensions to your React application, run:

$ yarn add react-extensions

If you prefer npm, run this command instead:

$ npm install --save react-extensions

That's all you need to do: no config changes required!

   

Using react-extensions components in your application

  1. Include any of available components:
import { Image } from 'react-extensions'
  1. Use them along your React components:
const Actions = () => (
  <div>
    <h1>Hello Word!</h1>
    <Image />
  </div>
)

Licence

MIT