🔘Button
Our Button component is a versatile UI element designed for adaptability with a range of customizable properties. Whether utilized for form submissions, triggering actions, or serving as navigational
Examples
Basic Usage
<Widget src"marketplacebos.near/widget/Button.ButtonP.Button0001"
props={{text:"Hello Git Book",fontsize: "2em", padding: "0.6em 2em"}} />

Props
The Button component accepts the following props:
text: change the content button
fontsize: change the size button
padding: change the space button
Last updated