vhx / quartz-react

Quartz components using React
2 stars 1 forks source link

Header #14

Closed sebastiansandqvist closed 7 years ago

sebastiansandqvist commented 7 years ago

Overview: This PR creates a <Header /> component similar to the one seen on http://quartz.vhx.tv/js/components#header.

screen shot 2017-07-06 at 1 06 29 pm

JIRA task: https://vimean.atlassian.net/browse/VHX-1032

Todo: decide on this... The Header component accepts a Description prop that could be either a string or a component. I could split this into two different props if that would be better. props.description (lowercase) would be for passing a string, and props.Description would be for passing a component. Thoughts?