Skip to content

Instantly share code, notes, and snippets.

@ajmalafif
Forked from aghh1504/DashedBox.js
Created May 2, 2018 15:26
Show Gist options
  • Select an option

  • Save ajmalafif/d45b08328abe64f8ba4d73e278147e56 to your computer and use it in GitHub Desktop.

Select an option

Save ajmalafif/d45b08328abe64f8ba4d73e278147e56 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