Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SarahElson/0e70fe06d9c2bbaebd6160a6131f51b2 to your computer and use it in GitHub Desktop.
Save SarahElson/0e70fe06d9c2bbaebd6160a6131f51b2 to your computer and use it in GitHub Desktop.
Card.js
//Import the styles in a JavaScript file
import styles from './Card.module.css'
//use it as an object
<div class={styles.card}>
{/* Code related to card */}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment