runtimepy.net.server.app.bootstrap
index
/home/vkottler/src/vkottler/workspace/runtimepy/runtimepy/net/server/app/bootstrap/__init__.py

A module implementing interfaces to include Bootstrap
(https://getbootstrap.com/) in an application.

 
Package Contents
       
elements
tabs

 
Functions
       
add_bootstrap_css(element: svgen.element.Element) -> None
Add boostrap CSS sources as a child of element.
add_bootstrap_js(element: svgen.element.Element) -> None
Add bootstrap JavaScript as a child of element.
icon_str(icon: str) -> str
Get a boostrap icon string.

 
Data
        BOOTSTRAP_VERSION = '5.3.3'
CDN = 'cdn.jsdelivr.net'
ICONS_VERSION = '1.11.3'