๐Ÿ”ณCard

The Card component: a customizable container for diverse UI elements with flexible appearance and layout control.

Component Structure

The Card component is divided into the following sub-components:

Examples

Basic Usage

<Widget src"marketplacebos.near/widget/Card.CardP.Card0001" 
props={{title:"How to make this masterial card?"
,p: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime mollitia, 
molestiae quas vel sint commodi.", tag: "tag", action:"action"}} />
Card

Props

The Card component accepts the following props:

title: change the title

p: change the content

tag: change the tag

action: change the button action

Last updated