UNPKG

react-shopify

Version:

An opinionated library of React components built upon the Shopify Storefront API

42 lines (25 loc) 939 B
# react-shopify [![npm](https://img.shields.io/npm/v/react-shopify.svg?style=flat-square)](https://www.npmjs.com/package/react-shopify) An opinionated library of React components built upon the Shopify Storefront API ```shell yarn add -E react-shopify ``` ## [Docs](https://inkofpixel.github.io/react-shopify/) **See the documentation at [inkofpixel.github.io/react-shopify](https://inkofpixel.github.io/react-shopify/)** for more information about React Shopify ## License Licensed under the MIT License, Copyright © 2018-present inkOfPixel srl. See [LICENSE](./LICENSE) for more information. ## Contributing All the developed components can be found under `src/commponents` directory, each organized in a separate folder that contains a bunch of stuff including markdown examples on component usage. To run a demo: ```shell yarn demo ``` To preview the docs: ```shell yarn docs ``` To release: ```shell yarn release ```