Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactioncommerce/reaction-component-library
Example Storefront Component Library: A set of React components for the Example Storefront
https://github.com/reactioncommerce/reaction-component-library
component-library ecommerce react
Last synced: 6 days ago
JSON representation
Example Storefront Component Library: A set of React components for the Example Storefront
- Host: GitHub
- URL: https://github.com/reactioncommerce/reaction-component-library
- Owner: reactioncommerce
- License: apache-2.0
- Created: 2017-12-18T22:31:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T02:33:50.000Z (over 1 year ago)
- Last Synced: 2024-12-20T17:09:46.788Z (13 days ago)
- Topics: component-library, ecommerce, react
- Language: JavaScript
- Homepage:
- Size: 11.5 MB
- Stars: 96
- Watchers: 17
- Forks: 57
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Reaction Storefront Component Library
[![npm (scoped)](https://img.shields.io/npm/v/@reactioncommerce/components.svg)](https://www.npmjs.com/package/@reactioncommerce/components)
[![CircleCI](https://circleci.com/gh/reactioncommerce/reaction-component-library.svg?style=svg)](https://circleci.com/gh/reactioncommerce/reaction-component-library)This is a single project with a package of React components for the [Example Storefront](https://github.com/reactioncommerce/example-storefront/):
- [`@reactioncommerce/components`](https://www.npmjs.com/package/@reactioncommerce/components): See the [package.json](https://github.com/reactioncommerce/reaction-component-library/blob/master/package/package.json) in [`/package`](https://github.com/reactioncommerce/reaction-component-library/tree/master/package) folder.
- [Reaction Storefront Component Library](https://designsystem.reactioncommerce.com/): See the root [package.json](https://github.com/reactioncommerce/reaction-component-library/blob/master/package.json).We use the [React Styleguidist](https://react-styleguidist.js.org/) package to run and build the documentation website, and running the style guide locally doubles as an interactive playground for developing and testing the components.
## Use the React components in your storefront
Refer to the [Reaction Storefront Component Library docs](https://designsystem.reactioncommerce.com/#!/Using%20Components)
## Contribute to this project
Refer to the [contributor docs](./docs)
## License
Copyright 2019 Reaction Commerce
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.