Get started with bootstrap-material-design CDN

MIT licensed

Free framework: Bootstrap-Material-Design combines Bootstrap and Material Design for responsive, visually appealing web projects.

Tags:
  • material
  • design
  • bootstrap
  • theme
  • google
  • android
  • browser
  • framework

Stable version

Copied!

How to start using bootstrap-material-design CDN


<!DOCTYPE html>
<html>
<head>
    <title>Get started with bootstrap-material-design CDN - cdnhub.io</title>
    <!-- Add Bootstrap CSS -->
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
    <!-- Add Material Design CSS -->
    <link rel="stylesheet" href="https://cdn.cdnhub.io/bootstrap-material-design/4.0.2/bootstrap-material-design.min.css">
</head>
<body>
    <!-- Add the application's HTML here -->
    <div class="container">
        <button class="btn btn-raised btn-primary md-primary" data-md-ripple>
            Material Design Button
        </button>
    </div>

    <!-- Add Bootstrap JS and Material Design JS -->
    <script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
    <script src="https://cdn.cdnhub.io/bootstrap-material-design/4.0.2/bootstrap-material-design.umd.min.js"></script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions