Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shop3/polaris-common

Collection of Polaris components ready to use in your Shopify applications.
https://github.com/shop3/polaris-common

common polaris react shopify

Last synced: 10 days ago
JSON representation

Collection of Polaris components ready to use in your Shopify applications.

Awesome Lists containing this project

README

        

# Shop3 Polaris Common

Collection of Polaris components ready to use in Shopify applications.

## Installation

```bash
npm install --save @shop3/polaris-common
```

## Storybook

Components are documented in Storybook at https://shop3.github.io/polaris-common/

# Development

## Installation

```bash
npm install

npm run husky:install
```

## Development

```bash
npm run develop
```