Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Polaris markdown component ready to use in Shopify applications.
https://github.com/shop3/polaris-markdown

markdown polaris react shopify

Last synced: 10 days ago
JSON representation

Polaris markdown component ready to use in Shopify applications.

Awesome Lists containing this project

README

        

# Shop3 Polaris Markdown

Polaris markdown component ready to use in Shopify applications.

## Installation

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

## Usage

```js
import PolarisMarkdown from '@shop3/polaris-markdown';

// import css
import '@shop3/polaris-markdown/styles/markdown.css';

const Page = () => {
return (

{/* markdown content */}

)
}
```

## Storybook

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

# Development

## Installation

```bash
npm install

npm run husky:install
```

## Development

```bash
npm run develop
```