Background Indicators
Creates a colorful ribbon that accepts text, a background image and a link embedded.
Input variables:
title: strAnd accepts the following input variables as optional:
background_url: Optional[str]
href: Optional[str]Example of use:
s.plt.html(
order=0,
html=s.html_components.beautiful_indicator(
title='Start',
href='https://docs.shimoku.com/development/'
)
)
You can resize, change position and text at will, for example:

padding='1,0,0,2'. The order of the spaces is Top, Right, Bottom, Left. If you clock on the ribbon, you are redirected to https://docs.shimoku.com/development/, that is a link you can modify as you want.More on how to use the Grid.
Video demonstration
Last updated
Was this helpful?