@s-ui/react-header-focus
v1.6.0
Published
> Simple header with nothing else than a centered logo
Downloads
7
Maintainers
Keywords
Readme
HeaderFocus
Simple header with nothing else than a centered logo
Installation
$ npm install @s-ui/react-header-focus --save
Usage
Basic usage
import HeaderFocus from '@s-ui/react-header-focus'
const SVGElement = <svg ... />
return (<HeaderFocus logo={SVGElement} />)