ICO#
The ICO pane embeds an .ico image file in a panel if provided a local path, or will link to a remote image if provided a URL.
Use pn.ui.ICO to create this component.
API#
.. py:class:: ICO(object=None, **params) :module: panel.pane.image
The ICO pane embeds an .ico image file in a panel if provided a local
path, or will link to a remote image if provided a URL.
Reference: https://panel.holoviz.org/reference/panes/ICO.html
:Example:
ICO( … some_url, … alt_text=’An .ico file’, … link_url=’https://en.wikipedia.org/wiki/ICO_(file_format)’, … width=50 …
.. !! processed by numpydoc !!
Parameter Definitions
Parameters inherited from:
:class:`panel.viewable.Layoutable`: align, aspect_ratio, css_classes, design, height, min_width, min_height, max_width, max_height, styles, stylesheets, tags, width, width_policy, height_policy, sizing_mode, visible
:class:`panel.viewable.Viewable`: loading
:class:`panel.pane.base.PaneBase`: margin, default_layout, object
:class:`panel.pane.markup.HTMLBasePane`: enable_streaming
:class:`panel.pane.image.FileBase`: embed
:class:`panel.pane.image.ImageBase`: alt_text, caption, fixed_aspect, link_url, target