--- import Head from "@components/_head.astro"; import Footer from "@components/dashboard/_footer.astro"; import Topbar from "@components/dashboard/_topbar.astro"; import MainHeader from "@components/docs/components/main-header.mdx"; 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 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.