Bootstrap Calendar Widget Example

Place the code in the <body> for Interface
          
<!-- Calendar 1 - Bootstrap Brain Component -->
<div class="py-3 py-md-5">
  <div class="container">
    <div class="row justify-content-center">
      <div class="col-12 col-lg-9 col-xl-6">
        <div class="card widget-card border-light shadow-sm">
          <div class="card-body p-4">
            <div id="bsb-calendar-1" class="fc fc-media-screen fc-direction-ltr fc-theme-bootstrap5 bsb-calendar-theme"></div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
        
Place the <link> tag in the <head> for CSS
          
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/components/calendars/calendar-1/assets/css/calendar-1.css">
        
Place the <script> tag before the closing </body> for JS
            
<script src="https://cdn.jsdelivr.net/npm/[email protected]/index.global.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@fullcalendar/[email protected]/index.global.min.js"></script>
<script src="https://unpkg.com/[email protected]/components/calendars/calendar-1/assets/controller/calendar-1.js"></script>
          

This Bootstrap Calendar Widget is a user interface component explicitly designed for integration into admin dashboards. It provides a visually appealing and interactive calendar feature, allowing administrators to manage events, schedules, and important dates efficiently.