Skip to content

Instantly share code, notes, and snippets.

@grantglidewell
Last active July 31, 2018 22:20
Show Gist options
  • Save grantglidewell/4cac32a12982d2534be86173cd5f38c9 to your computer and use it in GitHub Desktop.
Save grantglidewell/4cac32a12982d2534be86173cd5f38c9 to your computer and use it in GitHub Desktop.
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