top of page
<Card/>
code exemple.
import { Card } from 'hs-uilib'
​
function App() {
return <Card image="" title="" link="" btnTitle="" />
}
​
Component.

Props.
Title | Type | Default | Description |
|---|---|---|---|
image | string | Src image | |
description | string | Description paragraph | |
title | string | Card title | |
btnTitle | string | Button content | |
link | string | Href link | |
newPage | bool | "false" | When set to true open a new page |
alt | string | Alt image | |
title | string | Card title | |
alt | string | Alt image | |
image | string | Src image | |
newPage | bool | "false" | When set to true open a new page |
btnTitle | string | Button content | |
link | string | Href link | |
description | string | Description paragraph |
bottom of page