1.0.10 • Published 4 years ago

react-extensions v1.0.10

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

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

1.0.10

4 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago