npm.io
1.0.10 • Published 6 years ago

react-extensions

Licence
MIT
Version
1.0.10
Deps
4
Size
4.9 MB
Vulns
0
Weekly
0
Stars
2

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