this is the @magic-modules Hero component.
embeds a hero at the top of your page
more documentation: html docs
npm install @magic-modules/hero
in a page or module View
export const View = state => Hero({ state, src: '/img/hero.jpg' })
first release
update readme
bump required node version to 14.2.0
bump required node version to 14.15.4
...