Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hupe1980/wapps-components
A collection of react components: google-maps, stripe-checkout, animation-frame, ...
https://github.com/hupe1980/wapps-components
contentful google-maps google-maps-api react react-components requestanimationframe stripe stripe-checkout
Last synced: 3 months ago
JSON representation
A collection of react components: google-maps, stripe-checkout, animation-frame, ...
- Host: GitHub
- URL: https://github.com/hupe1980/wapps-components
- Owner: hupe1980
- License: mit
- Archived: true
- Created: 2018-05-12T17:57:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T03:20:35.000Z (over 4 years ago)
- Last Synced: 2024-09-26T18:21:50.048Z (3 months ago)
- Topics: contentful, google-maps, google-maps-api, react, react-components, requestanimationframe, stripe, stripe-checkout
- Language: JavaScript
- Homepage: https://hupe1980.github.io/wapps-components/
- Size: 1.39 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wapps-components
[![Build Status](https://travis-ci.org/hupe1980/wapps-components.svg?branch=master)](https://travis-ci.org/hupe1980/wapps-components)
> A collection of react components: google-maps, stripe-checkout, animation-frame, ...
## Packages
This repository is a monorepo managed with [Lerna](https://github.com/lerna/lerna). [Several packages](/packages) are published to npm from the same codebase.
| Package | Description |
| -------------------------------------------------------- | -------------------------------------------------------------------- |
| [react-google-maps](/packages/react-google-maps) | React google maps components |
| [jest-google-maps-mock](/packages/jest-google-maps-mock) | Jest google maps mock |
| [react-animation-frame](/packages/react-animation-frame) | React higher-order component for managing recurring animation frames |
| [react-stripe-checkout](/packages/react-stripe-checkout) | React stripe checkout compoment |
| [react-contentful](/packages/react-contentful) | React contentful components |
| [react-script-loader](/packages/react-script-loader) | React script loader |
| [react-scroll](/packages/react-scroll) | React scroll compoment |
| [storybook-addon-state](/packages/storybook-addon-state) | Storybook addon to manage state |## Live Demo
For a demo, check out https://hupe1980.github.io/wapps-components/
## License
[MIT](LICENSE)