A customisable card that accomodates custom components with the showcase card layout.
Cyberpunk 2077
Cyberpunk is a subgenre of science fiction in a dystopian futuristic setting that tends to focus on a "combination of lowlife and high tech"
importReactfrom"react";import{CardCustom,CardContent,CardImage,Button}from"shoto-ui";functionCardComponent(){return(<CardCustom><CardImage image="https://c4.wallpaperflare.com/wallpaper/39/346/426/digital-art-men-city-futuristic-night-hd-wallpaper-preview.jpg" title="Cyberpunk"/><CardContent><div><div
style={{ display:"flex", flexDirection:"column", gap:"1rem", margin:"0.5rem 0 0 0",}}><div>Cyberpunk2077</div><div>Cyberpunk is a subgenre of science fiction in a dystopian
futuristic setting that tends to focus on a "combination of lowlife and high tech"
</div><Button>PerformAction</Button></div></div></CardContent></CardCustom>);