s.plt.html(
order=0,
html=s.html_components.panel(
href='https://docs.shimoku.com/development/',
text='Attention, this is a link to the documentation you need',
button_panel='Read more',
symbol_name='insights'
)
)
You can customize it using other symbols and text, and changing its size.
This is an example:
s.plt.html(
order=0, cols_size=4,
html=s.html_components.panel(
href='https://docs.shimoku.com/development/',
text='Warning: Connect the equipment to the right Voltage Source: 220V',
button_panel='Read more',
symbol_name='safety'
)
)
You can change the small symbol at the left:
s.plt.html(
order=0, cols_size=4,
html=s.html_components.panel(
href='https://docs.shimoku.com/development/',
text='Warning: Connect the equipment to the right Voltage Source: 220V',
button_panel='Read more',
symbol_name='warning'
)
)
s.plt.html(
order=0, cols_size=4, padding='1,0,0,8',
html = s.html_components.panel(
href='https://docs.shimoku.com/development/',
text='Warning: Connect the equipment to the right Voltage Source: 220V',
button_panel='User Guide',
symbol_name='safety_check'
)
)
Video demonstration
The text in the button and other symbols () can be added, and the position is modified too: