eidos.components.headers

EidosHeaders(include_tailwind: bool = True, include_lucide: bool = True, include_eidos_js: bool = True, include_theme_switcher: bool = True) -> list[air.tags.models.special.Tag]

GitHub

Complete EidosUI headers with EidosUI JavaScript support.

Args:

  • include_tailwind: Include Tailwind CSS CDN
  • include_lucide: Include Lucide Icons CDN
  • include_eidos_js: Include EidosUI JavaScript (navigation, future features)
  • include_theme_switcher: Include theme switching functionality

Parameters:

  • include_tailwind: <class 'bool'> = True
  • include_lucide: <class 'bool'> = True
  • include_eidos_js: <class 'bool'> = True
  • include_theme_switcher: <class 'bool'> = True

Returns: list[air.tags.models.special.Tag]

get_css_urls() -> list[str]

GitHub

Return list of CSS URLs for EidosUI.

Returns: list[str]