border-preview.html.twig in Bootstrap Styles 1.0.x
Default theme implementation of border preview box.
1 theme call to border-preview.html.twig
- Border::buildStyleFormElements in src/
Plugin/ BootstrapStyles/ StylesGroup/ Border.php
File
templates/border-preview.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation of border preview box.
- *
- * @ingroup themeable
- */
- #}
-
- {{ attach_library('bootstrap_styles/plugins_groups.border.border_preview') }}
-
- <div data-bs-element="bs_preview-box" id="bs-border-preview">
- {{ 'Preview'|t }}
- </div>