greglobinski / react-website-themes

A collection of sets of styled ready-to-use React components to build a website. Built for Gatsby Starter Kit.
MIT License
29 stars 10 forks source link

add external prop to menu components #3

Closed jkornblum closed 6 years ago

jkornblum commented 6 years ago

Address issue #2

external prop will use <a> tag instead of <Link> external links will be opened in new window using target=_blank

greglobinski commented 6 years ago

Thank you @jkornblum