Introduction
The Gramex UI component library is a set of UI components that extend Bootstrap 4. These are to be used in all Gramex projects.
{% from guide_ui_app import only_source, view_source, config_file, ui_config_file %} {% import gramex.cache, json %} {% set config = gramex.cache.open(config_file, 'config') %} {% set ui_config = gramex.cache.open(ui_config_file, 'config') %} {% include 'ui-about.html' %} {% include 'ui-custom.html' %} {% include 'ui-fonts.html' %} {% include 'ui-sass.html' %} {% include 'ui-libraries.html' %}