UNPKG

posthtml-bootstrap

Version:

A PostHTML plugin that allows you to use Bootstrap components directly in your HTML code

9 lines (7 loc) 218 B
<script props> module.exports = { subtitle: props.subtitle } </script> <h5 class="card-title"><children /></h5> <if condition="subtitle"> <h6 class="card-subtitle mb-2 text-body-secondary">{{subtitle}}</h6> </if>