https://github.com/anishmprasad/react-extensions
A React Component Library
https://github.com/anishmprasad/react-extensions
calender components popover progressive-image react-component-library reactjs
Last synced: 8 months ago
JSON representation
A React Component Library
- Host: GitHub
- URL: https://github.com/anishmprasad/react-extensions
- Owner: anishmprasad
- License: mit
- Created: 2019-09-30T18:52:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T16:54:07.000Z (over 2 years ago)
- Last Synced: 2025-02-01T12:09:43.390Z (8 months ago)
- Topics: calender, components, popover, progressive-image, react-component-library, reactjs
- Homepage:
- Size: 906 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-extensions
## A React Component Library
### Installation
Ensure you have [Yarn](https://yarnpkg.com/lang/en/) 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:
```js
import { Image } from 'react-extensions'
```2. Use them along your React components:
```js
const Actions = () => (
Hello Word!
)
```
### Licence
MIT