Last active
July 31, 2018 22:20
-
-
Save grantglidewell/4cac32a12982d2534be86173cd5f38c9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export function Divider(props) { | |
return <hr className={cx(styles.Divider, props.className)} />; | |
} | |
usage: <Divider /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment