You are here

border-preview.html.twig in Bootstrap Styles 1.0.x

Default theme implementation of border preview box.

File

templates/border-preview.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation of border preview box.
  5. *
  6. * @ingroup themeable
  7. */
  8. #}
  9. {{ attach_library('bootstrap_styles/plugins_groups.border.border_preview') }}
  10. <div data-bs-element="bs_preview-box" id="bs-border-preview">
  11. {{ 'Preview'|t }}
  12. </div>