UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

6 lines (5 loc) 208 B
import React from 'react'; import styles from './Heading.scss'; export default function Heading({ element: Element = 'h2', children }) { return <Element className={styles.Heading}>{children}</Element>; }