0.27.1 • Published 7 years ago
@comparaonline/ui-hero-header v0.27.1
@comparaonline/ui-hero-header
React component to render the Hero Header
.
Installation
yarn add @comparaonline/ui-hero-header
Usage
The HeroHeader
requires a title
prop (string), and aditionally you can add a subtitle
and a backgroundImage
prop.
import HeroHeader from '@comparaonline/ui-hero-header';
return (
<HeroHeader
title={'Title'}
subtitle={'Title'}
backgroundImage={'http://google.cl/niceImage.jpg'}
/>
);
key | required | type | description |
---|---|---|---|
title | true | string | The string to be displayed as the title |
subtitle | true | string | The string to be displayed as the subtitle |
backgroundImage | false | function | The href value, it should be absolute |
0.27.1
7 years ago
0.23.1
7 years ago
0.21.2
7 years ago
0.21.1
7 years ago
0.20.1
7 years ago
0.20.0
7 years ago
0.19.1
7 years ago
0.18.0
7 years ago
0.17.4
7 years ago
0.17.3
7 years ago
0.17.2
7 years ago
0.17.0
7 years ago
0.16.1
7 years ago
0.16.0
7 years ago
0.14.1
7 years ago
0.14.0
7 years ago
0.13.0
7 years ago
0.13.0-5
7 years ago
0.13.0-4
7 years ago
0.13.0-3
7 years ago
0.13.2-0
7 years ago
0.13.1-0
7 years ago
0.13.0-0
7 years ago
0.12.0-0
7 years ago
0.11.1
7 years ago
0.9.2
7 years ago
0.9.1
7 years ago
0.7.2
7 years ago
0.7.1
7 years ago
0.7.0
7 years ago
0.6.2
7 years ago
0.6.1
7 years ago
0.6.0
7 years ago