skins Module

class epyk.core.html.skins.Skins(page: PageModel)
birthday(width=(100, '%'), height=(100, '%'), options=None, profile=None)

Usage:

:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param profile: Boolean | String. Optional. A flag to set the component performance storage.
doctor(width=(100, '%'), height=(100, '%'), options=None, profile=None)

Usage:

:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param profile: Boolean | String. Optional. A flag to set the component performance storage.
fireworks(width=(100, '%'), height=(100, '%'), options=None, profile=None)

Usage:

:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param profile: Boolean | String. Optional. A flag to set the component performance storage.
lights(width=(100, '%'), height=(100, '%'), options=None, profile=None)

Add fireflies to the background page.

Usage:

Related Pages:

Parameters:
  • width – Tuple. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple. Optional. A tuple with the integer for the component height and its unit.

  • options – Dictionary. Optional. Specific Python options available for this component.

  • profile – Boolean | String. Optional. A flag to set the component performance storage.

matrix(width=(100, '%'), height=(100, '%'), options=None, profile=None)

Usage:

:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param profile: Boolean | String. Optional. A flag to set the component performance storage.
rains(width: tuple = (100, '%'), height: tuple = (100, '%'), options: Optional[dict] = None, profile: Optional[Union[bool, dict]] = None)

Usage:

Related Pages:

Parameters:
  • width – Tuple. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple. Optional. A tuple with the integer for the component height and its unit.

  • options (dict) – Optional. Specific Python options available for this component.

:param Union[dict, bool] profile:. Optional. A flag to set the component performance storage.

set(skin: str = '', options: Optional[dict] = None, profile: Optional[Union[bool, dict]] = None)
Parameters:
  • skin (str) – Optional. The skin name.

  • options (dict) – Optional. Specific Python options available for this component.

  • profile (Union[dict, bool]) – Optional. A flag to set the component performance storage.

winter(width=(100, '%'), height=(100, '%'), options=None, profile=None)

Usage:

:param width: Tuple. Optional. A tuple with the integer for the component width and its unit.
:param height: Tuple. Optional. A tuple with the integer for the component height and its unit.
:param options: Dictionary. Optional. Specific Python options available for this component.
:param profile: Boolean | String. Optional. A flag to set the component performance storage.