Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shop3/polaris-common
- Owner: shop3
- License: mit
- Created: 2022-04-27T14:58:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T07:50:08.000Z (over 1 year ago)
- Last Synced: 2024-12-08T19:22:54.333Z (17 days ago)
- Topics: common, polaris, react, shopify
- Language: TypeScript
- Homepage: https://shop3.github.io/polaris-common
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 installnpm run husky:install
```## Development
```bash
npm run develop
```