Skip to content

Instantly share code, notes, and snippets.

@aghh1504
Created March 19, 2017 12:52
Show Gist options
  • Save aghh1504/affe3d88dc75a5e82c49d2e78e0d40d1 to your computer and use it in GitHub Desktop.
Save aghh1504/affe3d88dc75a5e82c49d2e78e0d40d1 to your computer and use it in GitHub Desktop.
import React from 'react';
import styles from './DashedBox.css';
const DashedBox = () => (
<div className={styles.container}>
<p className={styles.content}>Get started with CSS Modules style</p>
</div>
);
export default DashedBox;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment