UNPKG

@shopify/polaris

Version:

Shopify’s product component library

6 lines (5 loc) 172 B
import React from 'react'; import styles from './Truncate.scss'; export function Truncate({ children }) { return <span className={styles.Truncate}>{children}</span>; }