--- import Head from "@components/_head.astro"; import Footer from "@components/dashboard/_footer.astro"; import Topbar from "@components/dashboard/_topbar.astro"; import MainHeader1 from "@components/docs/components/main-header-1.md"; import Sidenav from "@components/dashboard/_sidenav.astro"; import Scripts from "@components/_scripts.astro"; const title = "Main Header Component | AdminLTE 4"; const path = '../../../../dist' const mainPage = "components"; const page = "main-header"; const distPath = path ---

Main Header Component

Reminder!

AdminLTE uses all of Bootstrap 5 components. It's a good start to review the [Bootstrap documentation](https://getbootstrap.com/) to get an idea of the various components that this documentation does not cover.

Tips!

If you go through the example pages and would like to copy a component, right-click on the component and choose “inspect element” to get to the HTML quicker than scanning the HTML page.