Box With Button
Creates a colorful ribbon that accepts text, a background image and a link embedded on a button.
href: str
title: str
line: str
button_text: strbackground_url: Optional[str]s.plt.html(
order=0,
html=s.html_components.box_with_button(
href='https://cutt.ly/qJANGcX',
title='Success case',
line='AI Explained',
button_text='Visit now!',
)
)

cols_size=5, padding='1,0,0,6', that change the size and position of the component. The order of spaces is Top, Right, Bottom, Left.Video demonstration
Last updated
Was this helpful?