Bootstrap integration

Bootstrap is a css framework that makes it easy to create responsive websites. MereTheme supports css bootstrap integration. If you need to use the javascript components, that must be included manually. Current version included is Bootstrap 5.0.2.
  1. Add this to the file where you want to include the bootstrap css:
    <div data-mt-include="bootstrap"></div>
  2. Use the Bootstrap classes in your HTML

Example

<div data-mt-include="bootstrap"></div>
<div class="container">
    This is a primary alert—check it out!
</div>

Tutorial

You can check out w3c's Bootstrap tutorial to get started.