react-extensions
v1.0.10
Published
A react-extensions component library
Downloads
95
Readme
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
- Include any of available components:
import { Image } from 'react-extensions'
- Use them along your React components:
const Actions = () => (
<div>
<h1>Hello Word!</h1>
<Image />
</div>
)
Licence
MIT