Skip to content

Instantly share code, notes, and snippets.

@ahuggins
Created January 24, 2019 21:23
Show Gist options
  • Save ahuggins/8450e1366b360753ffd8676fda865d79 to your computer and use it in GitHub Desktop.
Save ahuggins/8450e1366b360753ffd8676fda865d79 to your computer and use it in GitHub Desktop.
Simple Bar Component
import React from 'react';
export function Bar() {
return <div>
<div className="barClass">Something here</div>
</div>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment