faq.html 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407
  1. <!doctype html>
  2. <html lang="en">
  3. <!--begin::Head-->
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>FAQ | AdminLTE 4</title>
  7. <!--begin::Accessibility Meta Tags-->
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  9. <meta name="color-scheme" content="light dark" />
  10. <meta name="theme-color" content="#007bff" media="(prefers-color-scheme: light)" />
  11. <meta name="theme-color" content="#1a1a1a" media="(prefers-color-scheme: dark)" />
  12. <!--end::Accessibility Meta Tags-->
  13. <!--begin::Primary Meta Tags-->
  14. <meta name="title" content="FAQ | AdminLTE 4" />
  15. <meta name="author" content="ColorlibHQ" />
  16. <meta
  17. name="description"
  18. content="AdminLTE is a Free Bootstrap 5 Admin Dashboard, 30 example pages using Vanilla JS. Fully accessible with WCAG 2.1 AA compliance."
  19. />
  20. <meta
  21. name="keywords"
  22. content="bootstrap 5, bootstrap, bootstrap 5 admin dashboard, bootstrap 5 dashboard, bootstrap 5 charts, bootstrap 5 calendar, bootstrap 5 datepicker, bootstrap 5 tables, bootstrap 5 datatable, vanilla js datatable, colorlibhq, colorlibhq dashboard, colorlibhq admin dashboard, accessible admin panel, WCAG compliant"
  23. />
  24. <!--end::Primary Meta Tags-->
  25. <!--begin::Accessibility Features-->
  26. <!-- Skip links will be dynamically added by accessibility.js -->
  27. <meta name="supported-color-schemes" content="light dark" />
  28. <link rel="preload" href="../css/adminlte.css" as="style" />
  29. <!--end::Accessibility Features-->
  30. <!--begin::Fonts-->
  31. <link
  32. rel="stylesheet"
  33. href="https://cdn.jsdelivr.net/npm/@fontsource/source-sans-3@5.0.12/index.css"
  34. integrity="sha256-tXJfXfp6Ewt1ilPzLDtQnJV4hclT9XuaZUKyUvmyr+Q="
  35. crossorigin="anonymous"
  36. media="print"
  37. onload="this.media = 'all'"
  38. />
  39. <!--end::Fonts-->
  40. <!--begin::Third Party Plugin(OverlayScrollbars)-->
  41. <link
  42. rel="stylesheet"
  43. href="https://cdn.jsdelivr.net/npm/overlayscrollbars@2.11.0/styles/overlayscrollbars.min.css"
  44. crossorigin="anonymous"
  45. />
  46. <!--end::Third Party Plugin(OverlayScrollbars)-->
  47. <!--begin::Third Party Plugin(Bootstrap Icons)-->
  48. <link
  49. rel="stylesheet"
  50. href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css"
  51. crossorigin="anonymous"
  52. />
  53. <!--end::Third Party Plugin(Bootstrap Icons)-->
  54. <!--begin::Required Plugin(AdminLTE)-->
  55. <link rel="stylesheet" href="../css/adminlte.css" />
  56. <!--end::Required Plugin(AdminLTE)-->
  57. </head>
  58. <!--end::Head-->
  59. <!--begin::Body-->
  60. <body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
  61. <!--begin::App Wrapper-->
  62. <div class="app-wrapper">
  63. <!--begin::Header-->
  64. <nav class="app-header navbar navbar-expand bg-body">
  65. <!--begin::Container-->
  66. <div class="container-fluid">
  67. <!--begin::Start Navbar Links-->
  68. <ul class="navbar-nav">
  69. <li class="nav-item">
  70. <a class="nav-link" data-lte-toggle="sidebar" href="#" role="button">
  71. <i class="bi bi-list"></i>
  72. </a>
  73. </li>
  74. <li class="nav-item d-none d-md-block">
  75. <a href="#" class="nav-link">Home</a>
  76. </li>
  77. <li class="nav-item d-none d-md-block">
  78. <a href="#" class="nav-link">Contact</a>
  79. </li>
  80. </ul>
  81. <!--end::Start Navbar Links-->
  82. <!--begin::End Navbar Links-->
  83. <ul class="navbar-nav ms-auto">
  84. <!--begin::Navbar Search-->
  85. <li class="nav-item">
  86. <a class="nav-link" data-widget="navbar-search" href="#" role="button">
  87. <i class="bi bi-search"></i>
  88. </a>
  89. </li>
  90. <!--end::Navbar Search-->
  91. <!--begin::Messages Dropdown Menu-->
  92. <li class="nav-item dropdown">
  93. <a class="nav-link" data-bs-toggle="dropdown" href="#">
  94. <i class="bi bi-chat-text"></i>
  95. <span class="navbar-badge badge text-bg-danger">3</span>
  96. </a>
  97. <div class="dropdown-menu dropdown-menu-lg dropdown-menu-end">
  98. <a href="#" class="dropdown-item">
  99. <!--begin::Message-->
  100. <div class="d-flex">
  101. <div class="flex-shrink-0">
  102. <img
  103. src="../assets/img/user1-128x128.jpg"
  104. alt="User Avatar"
  105. class="img-size-50 rounded-circle me-3"
  106. />
  107. </div>
  108. <div class="flex-grow-1">
  109. <h3 class="dropdown-item-title">
  110. Brad Diesel
  111. <span class="float-end fs-7 text-danger"
  112. ><i class="bi bi-star-fill"></i
  113. ></span>
  114. </h3>
  115. <p class="fs-7">Call me whenever you can...</p>
  116. <p class="fs-7 text-secondary">
  117. <i class="bi bi-clock-fill me-1"></i> 4 Hours Ago
  118. </p>
  119. </div>
  120. </div>
  121. <!--end::Message-->
  122. </a>
  123. <div class="dropdown-divider"></div>
  124. <a href="#" class="dropdown-item">
  125. <!--begin::Message-->
  126. <div class="d-flex">
  127. <div class="flex-shrink-0">
  128. <img
  129. src="../assets/img/user8-128x128.jpg"
  130. alt="User Avatar"
  131. class="img-size-50 rounded-circle me-3"
  132. />
  133. </div>
  134. <div class="flex-grow-1">
  135. <h3 class="dropdown-item-title">
  136. John Pierce
  137. <span class="float-end fs-7 text-secondary">
  138. <i class="bi bi-star-fill"></i>
  139. </span>
  140. </h3>
  141. <p class="fs-7">I got your message bro</p>
  142. <p class="fs-7 text-secondary">
  143. <i class="bi bi-clock-fill me-1"></i> 4 Hours Ago
  144. </p>
  145. </div>
  146. </div>
  147. <!--end::Message-->
  148. </a>
  149. <div class="dropdown-divider"></div>
  150. <a href="#" class="dropdown-item">
  151. <!--begin::Message-->
  152. <div class="d-flex">
  153. <div class="flex-shrink-0">
  154. <img
  155. src="../assets/img/user3-128x128.jpg"
  156. alt="User Avatar"
  157. class="img-size-50 rounded-circle me-3"
  158. />
  159. </div>
  160. <div class="flex-grow-1">
  161. <h3 class="dropdown-item-title">
  162. Nora Silvester
  163. <span class="float-end fs-7 text-warning">
  164. <i class="bi bi-star-fill"></i>
  165. </span>
  166. </h3>
  167. <p class="fs-7">The subject goes here</p>
  168. <p class="fs-7 text-secondary">
  169. <i class="bi bi-clock-fill me-1"></i> 4 Hours Ago
  170. </p>
  171. </div>
  172. </div>
  173. <!--end::Message-->
  174. </a>
  175. <div class="dropdown-divider"></div>
  176. <a href="#" class="dropdown-item dropdown-footer">See All Messages</a>
  177. </div>
  178. </li>
  179. <!--end::Messages Dropdown Menu-->
  180. <!--begin::Notifications Dropdown Menu-->
  181. <li class="nav-item dropdown">
  182. <a class="nav-link" data-bs-toggle="dropdown" href="#">
  183. <i class="bi bi-bell-fill"></i>
  184. <span class="navbar-badge badge text-bg-warning">15</span>
  185. </a>
  186. <div class="dropdown-menu dropdown-menu-lg dropdown-menu-end">
  187. <span class="dropdown-item dropdown-header">15 Notifications</span>
  188. <div class="dropdown-divider"></div>
  189. <a href="#" class="dropdown-item">
  190. <i class="bi bi-envelope me-2"></i> 4 new messages
  191. <span class="float-end text-secondary fs-7">3 mins</span>
  192. </a>
  193. <div class="dropdown-divider"></div>
  194. <a href="#" class="dropdown-item">
  195. <i class="bi bi-people-fill me-2"></i> 8 friend requests
  196. <span class="float-end text-secondary fs-7">12 hours</span>
  197. </a>
  198. <div class="dropdown-divider"></div>
  199. <a href="#" class="dropdown-item">
  200. <i class="bi bi-file-earmark-fill me-2"></i> 3 new reports
  201. <span class="float-end text-secondary fs-7">2 days</span>
  202. </a>
  203. <div class="dropdown-divider"></div>
  204. <a href="#" class="dropdown-item dropdown-footer"> See All Notifications </a>
  205. </div>
  206. </li>
  207. <!--end::Notifications Dropdown Menu-->
  208. <!--begin::Fullscreen Toggle-->
  209. <li class="nav-item">
  210. <a class="nav-link" href="#" data-lte-toggle="fullscreen">
  211. <i data-lte-icon="maximize" class="bi bi-arrows-fullscreen"></i>
  212. <i data-lte-icon="minimize" class="bi bi-fullscreen-exit d-none"></i>
  213. </a>
  214. </li>
  215. <!--end::Fullscreen Toggle-->
  216. <!--begin::Color Mode Toggle (#6010)-->
  217. <li class="nav-item dropdown">
  218. <a
  219. class="nav-link"
  220. href="#"
  221. id="bd-theme"
  222. aria-label="Toggle color scheme"
  223. data-bs-toggle="dropdown"
  224. aria-expanded="false"
  225. >
  226. <i class="bi bi-sun-fill" data-lte-theme-icon="light"></i>
  227. <i class="bi bi-moon-fill d-none" data-lte-theme-icon="dark"></i>
  228. <i class="bi bi-circle-half d-none" data-lte-theme-icon="auto"></i>
  229. </a>
  230. <ul
  231. class="dropdown-menu dropdown-menu-end"
  232. aria-labelledby="bd-theme"
  233. style="--bs-dropdown-min-width: 8rem"
  234. >
  235. <li>
  236. <button
  237. type="button"
  238. class="dropdown-item d-flex align-items-center"
  239. data-bs-theme-value="light"
  240. aria-pressed="false"
  241. >
  242. <i class="bi bi-sun-fill me-2"></i>
  243. Light
  244. <i class="bi bi-check-lg ms-auto d-none"></i>
  245. </button>
  246. </li>
  247. <li>
  248. <button
  249. type="button"
  250. class="dropdown-item d-flex align-items-center"
  251. data-bs-theme-value="dark"
  252. aria-pressed="false"
  253. >
  254. <i class="bi bi-moon-fill me-2"></i>
  255. Dark
  256. <i class="bi bi-check-lg ms-auto d-none"></i>
  257. </button>
  258. </li>
  259. <li>
  260. <button
  261. type="button"
  262. class="dropdown-item d-flex align-items-center active"
  263. data-bs-theme-value="auto"
  264. aria-pressed="true"
  265. >
  266. <i class="bi bi-circle-half me-2"></i>
  267. Auto
  268. <i class="bi bi-check-lg ms-auto d-none"></i>
  269. </button>
  270. </li>
  271. </ul>
  272. </li>
  273. <!--end::Color Mode Toggle-->
  274. <!--begin::User Menu Dropdown-->
  275. <li class="nav-item dropdown user-menu">
  276. <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">
  277. <img
  278. src="../assets/img/user2-160x160.jpg"
  279. class="user-image rounded-circle shadow"
  280. alt="User Image"
  281. />
  282. <span class="d-none d-md-inline">Alexander Pierce</span>
  283. </a>
  284. <ul class="dropdown-menu dropdown-menu-lg dropdown-menu-end">
  285. <!--begin::User Image-->
  286. <li class="user-header text-bg-primary">
  287. <img
  288. src="../assets/img/user2-160x160.jpg"
  289. class="rounded-circle shadow"
  290. alt="User Image"
  291. />
  292. <p>
  293. Alexander Pierce - Web Developer
  294. <small>Member since Nov. 2023</small>
  295. </p>
  296. </li>
  297. <!--end::User Image-->
  298. <!--begin::Menu Body-->
  299. <li class="user-body">
  300. <!--begin::Row-->
  301. <div class="row">
  302. <div class="col-4 text-center">
  303. <a href="#">Followers</a>
  304. </div>
  305. <div class="col-4 text-center">
  306. <a href="#">Sales</a>
  307. </div>
  308. <div class="col-4 text-center">
  309. <a href="#">Friends</a>
  310. </div>
  311. </div>
  312. <!--end::Row-->
  313. </li>
  314. <!--end::Menu Body-->
  315. <!--begin::Menu Footer-->
  316. <li class="user-footer">
  317. <a href="#" class="btn btn-outline-secondary">Profile</a>
  318. <a href="#" class="btn btn-outline-danger float-end">Sign out</a>
  319. </li>
  320. <!--end::Menu Footer-->
  321. </ul>
  322. </li>
  323. <!--end::User Menu Dropdown-->
  324. </ul>
  325. <!--end::End Navbar Links-->
  326. </div>
  327. <!--end::Container-->
  328. </nav>
  329. <!--end::Header-->
  330. <!--begin::Sidebar-->
  331. <aside class="app-sidebar bg-body-secondary shadow" data-bs-theme="dark">
  332. <!--begin::Sidebar Brand-->
  333. <div class="sidebar-brand">
  334. <!--begin::Brand Link-->
  335. <a href="../index.html" class="brand-link">
  336. <!--begin::Brand Image-->
  337. <img
  338. src="../assets/img/AdminLTELogo.png"
  339. alt="AdminLTE Logo"
  340. class="brand-image opacity-75 shadow"
  341. />
  342. <!--end::Brand Image-->
  343. <!--begin::Brand Text-->
  344. <span class="brand-text fw-light">AdminLTE 4</span>
  345. <!--end::Brand Text-->
  346. </a>
  347. <!--end::Brand Link-->
  348. </div>
  349. <!--end::Sidebar Brand-->
  350. <!--begin::Sidebar Wrapper-->
  351. <div class="sidebar-wrapper">
  352. <nav class="mt-2">
  353. <!--begin::Sidebar Menu-->
  354. <ul
  355. class="nav sidebar-menu flex-column"
  356. data-lte-toggle="treeview"
  357. role="navigation"
  358. aria-label="Main navigation"
  359. data-accordion="false"
  360. id="navigation"
  361. >
  362. <li class="nav-item">
  363. <a href="#" class="nav-link">
  364. <i class="nav-icon bi bi-speedometer"></i>
  365. <p>
  366. Dashboard
  367. <i class="nav-arrow bi bi-chevron-right"></i>
  368. </p>
  369. </a>
  370. <ul class="nav nav-treeview">
  371. <li class="nav-item">
  372. <a href="../index.html" class="nav-link">
  373. <i class="nav-icon bi bi-circle"></i>
  374. <p>Dashboard v1</p>
  375. </a>
  376. </li>
  377. <li class="nav-item">
  378. <a href="../index2.html" class="nav-link">
  379. <i class="nav-icon bi bi-circle"></i>
  380. <p>Dashboard v2</p>
  381. </a>
  382. </li>
  383. <li class="nav-item">
  384. <a href="../index3.html" class="nav-link">
  385. <i class="nav-icon bi bi-circle"></i>
  386. <p>Dashboard v3</p>
  387. </a>
  388. </li>
  389. </ul>
  390. </li>
  391. <li class="nav-item">
  392. <a href="../generate/theme.html" class="nav-link">
  393. <i class="nav-icon bi bi-palette"></i>
  394. <p>Theme Generate</p>
  395. </a>
  396. </li>
  397. <li class="nav-item">
  398. <a href="#" class="nav-link">
  399. <i class="nav-icon bi bi-box-seam-fill"></i>
  400. <p>
  401. Widgets
  402. <i class="nav-arrow bi bi-chevron-right"></i>
  403. </p>
  404. </a>
  405. <ul class="nav nav-treeview">
  406. <li class="nav-item">
  407. <a href="../widgets/small-box.html" class="nav-link">
  408. <i class="nav-icon bi bi-circle"></i>
  409. <p>Small Box</p>
  410. </a>
  411. </li>
  412. <li class="nav-item">
  413. <a href="../widgets/info-box.html" class="nav-link">
  414. <i class="nav-icon bi bi-circle"></i>
  415. <p>info Box</p>
  416. </a>
  417. </li>
  418. <li class="nav-item">
  419. <a href="../widgets/cards.html" class="nav-link">
  420. <i class="nav-icon bi bi-circle"></i>
  421. <p>Cards</p>
  422. </a>
  423. </li>
  424. </ul>
  425. </li>
  426. <li class="nav-item">
  427. <a href="#" class="nav-link">
  428. <i class="nav-icon bi bi-clipboard-fill"></i>
  429. <p>
  430. Layout Options
  431. <span class="nav-badge badge text-bg-secondary me-3">7</span>
  432. <i class="nav-arrow bi bi-chevron-right"></i>
  433. </p>
  434. </a>
  435. <ul class="nav nav-treeview">
  436. <li class="nav-item">
  437. <a href="../layout/unfixed-sidebar.html" class="nav-link">
  438. <i class="nav-icon bi bi-circle"></i>
  439. <p>Default Sidebar</p>
  440. </a>
  441. </li>
  442. <li class="nav-item">
  443. <a href="../layout/fixed-sidebar.html" class="nav-link">
  444. <i class="nav-icon bi bi-circle"></i>
  445. <p>Fixed Sidebar</p>
  446. </a>
  447. </li>
  448. <li class="nav-item">
  449. <a href="../layout/fixed-header.html" class="nav-link">
  450. <i class="nav-icon bi bi-circle"></i>
  451. <p>Fixed Header</p>
  452. </a>
  453. </li>
  454. <li class="nav-item">
  455. <a href="../layout/fixed-footer.html" class="nav-link">
  456. <i class="nav-icon bi bi-circle"></i>
  457. <p>Fixed Footer</p>
  458. </a>
  459. </li>
  460. <li class="nav-item">
  461. <a href="../layout/fixed-complete.html" class="nav-link">
  462. <i class="nav-icon bi bi-circle"></i>
  463. <p>Fixed Complete</p>
  464. </a>
  465. </li>
  466. <li class="nav-item">
  467. <a href="../layout/layout-custom-area.html" class="nav-link">
  468. <i class="nav-icon bi bi-circle"></i>
  469. <p>Layout <small>+ Custom Area </small></p>
  470. </a>
  471. </li>
  472. <li class="nav-item">
  473. <a href="../layout/sidebar-mini.html" class="nav-link">
  474. <i class="nav-icon bi bi-circle"></i>
  475. <p>Sidebar Mini</p>
  476. </a>
  477. </li>
  478. <li class="nav-item">
  479. <a href="../layout/collapsed-sidebar.html" class="nav-link">
  480. <i class="nav-icon bi bi-circle"></i>
  481. <p>Sidebar Mini <small>+ Collapsed</small></p>
  482. </a>
  483. </li>
  484. <li class="nav-item">
  485. <a href="../layout/collapsed-sidebar-without-hover.html" class="nav-link">
  486. <i class="nav-icon bi bi-circle"></i>
  487. <p>Sidebar Mini <small>+ Collapsed + No Hover</small></p>
  488. </a>
  489. </li>
  490. <li class="nav-item">
  491. <a href="../layout/logo-switch.html" class="nav-link">
  492. <i class="nav-icon bi bi-circle"></i>
  493. <p>Sidebar Mini <small>+ Logo Switch</small></p>
  494. </a>
  495. </li>
  496. <li class="nav-item">
  497. <a href="../layout/layout-rtl.html" class="nav-link">
  498. <i class="nav-icon bi bi-circle"></i>
  499. <p>Layout RTL</p>
  500. </a>
  501. </li>
  502. </ul>
  503. </li>
  504. <li class="nav-item">
  505. <a href="#" class="nav-link">
  506. <i class="nav-icon bi bi-tree-fill"></i>
  507. <p>
  508. UI Elements
  509. <i class="nav-arrow bi bi-chevron-right"></i>
  510. </p>
  511. </a>
  512. <ul class="nav nav-treeview">
  513. <li class="nav-item">
  514. <a href="../UI/general.html" class="nav-link">
  515. <i class="nav-icon bi bi-circle"></i>
  516. <p>General</p>
  517. </a>
  518. </li>
  519. <li class="nav-item">
  520. <a href="../UI/icons.html" class="nav-link">
  521. <i class="nav-icon bi bi-circle"></i>
  522. <p>Icons</p>
  523. </a>
  524. </li>
  525. <li class="nav-item">
  526. <a href="../UI/timeline.html" class="nav-link">
  527. <i class="nav-icon bi bi-circle"></i>
  528. <p>Timeline</p>
  529. </a>
  530. </li>
  531. </ul>
  532. </li>
  533. <li class="nav-item">
  534. <a href="#" class="nav-link">
  535. <i class="nav-icon bi bi-envelope"></i>
  536. <p>
  537. Mailbox
  538. <i class="nav-arrow bi bi-chevron-right"></i>
  539. </p>
  540. </a>
  541. <ul class="nav nav-treeview">
  542. <li class="nav-item">
  543. <a href="../mailbox/inbox.html" class="nav-link">
  544. <i class="nav-icon bi bi-circle"></i>
  545. <p>Inbox</p>
  546. </a>
  547. </li>
  548. <li class="nav-item">
  549. <a href="../mailbox/read.html" class="nav-link">
  550. <i class="nav-icon bi bi-circle"></i>
  551. <p>Read Message</p>
  552. </a>
  553. </li>
  554. <li class="nav-item">
  555. <a href="../mailbox/compose.html" class="nav-link">
  556. <i class="nav-icon bi bi-circle"></i>
  557. <p>Compose</p>
  558. </a>
  559. </li>
  560. </ul>
  561. </li>
  562. <li class="nav-item">
  563. <a href="#" class="nav-link">
  564. <i class="nav-icon bi bi-pencil-square"></i>
  565. <p>
  566. Forms
  567. <i class="nav-arrow bi bi-chevron-right"></i>
  568. </p>
  569. </a>
  570. <ul class="nav nav-treeview">
  571. <li class="nav-item">
  572. <a href="../forms/elements.html" class="nav-link">
  573. <i class="nav-icon bi bi-circle"></i>
  574. <p>Elements</p>
  575. </a>
  576. </li>
  577. <li class="nav-item">
  578. <a href="../forms/layout.html" class="nav-link">
  579. <i class="nav-icon bi bi-circle"></i>
  580. <p>Layout</p>
  581. </a>
  582. </li>
  583. <li class="nav-item">
  584. <a href="../forms/validation.html" class="nav-link">
  585. <i class="nav-icon bi bi-circle"></i>
  586. <p>Validation</p>
  587. </a>
  588. </li>
  589. <li class="nav-item">
  590. <a href="../forms/wizard.html" class="nav-link">
  591. <i class="nav-icon bi bi-circle"></i>
  592. <p>Wizard</p>
  593. </a>
  594. </li>
  595. </ul>
  596. </li>
  597. <li class="nav-item">
  598. <a href="#" class="nav-link">
  599. <i class="nav-icon bi bi-table"></i>
  600. <p>
  601. Tables
  602. <i class="nav-arrow bi bi-chevron-right"></i>
  603. </p>
  604. </a>
  605. <ul class="nav nav-treeview">
  606. <li class="nav-item">
  607. <a href="../tables/simple.html" class="nav-link">
  608. <i class="nav-icon bi bi-circle"></i>
  609. <p>Simple Tables</p>
  610. </a>
  611. </li>
  612. <li class="nav-item">
  613. <a href="../tables/data.html" class="nav-link">
  614. <i class="nav-icon bi bi-circle"></i>
  615. <p>Data Tables</p>
  616. </a>
  617. </li>
  618. </ul>
  619. </li>
  620. <li class="nav-header">PAGES</li>
  621. <li class="nav-item">
  622. <a href="#" class="nav-link">
  623. <i class="nav-icon bi bi-file-earmark-text"></i>
  624. <p>
  625. Pages
  626. <i class="nav-arrow bi bi-chevron-right"></i>
  627. </p>
  628. </a>
  629. <ul class="nav nav-treeview">
  630. <li class="nav-item">
  631. <a href="../pages/profile.html" class="nav-link">
  632. <i class="nav-icon bi bi-circle"></i>
  633. <p>Profile</p>
  634. </a>
  635. </li>
  636. <li class="nav-item">
  637. <a href="../pages/settings.html" class="nav-link">
  638. <i class="nav-icon bi bi-circle"></i>
  639. <p>Settings</p>
  640. </a>
  641. </li>
  642. <li class="nav-item">
  643. <a href="../pages/invoice.html" class="nav-link">
  644. <i class="nav-icon bi bi-circle"></i>
  645. <p>Invoice</p>
  646. </a>
  647. </li>
  648. <li class="nav-item">
  649. <a href="../pages/calendar.html" class="nav-link">
  650. <i class="nav-icon bi bi-circle"></i>
  651. <p>Calendar</p>
  652. </a>
  653. </li>
  654. <li class="nav-item">
  655. <a href="../pages/kanban.html" class="nav-link">
  656. <i class="nav-icon bi bi-circle"></i>
  657. <p>Kanban</p>
  658. </a>
  659. </li>
  660. <li class="nav-item">
  661. <a href="../pages/chat.html" class="nav-link">
  662. <i class="nav-icon bi bi-circle"></i>
  663. <p>Chat</p>
  664. </a>
  665. </li>
  666. <li class="nav-item">
  667. <a href="../pages/file-manager.html" class="nav-link">
  668. <i class="nav-icon bi bi-circle"></i>
  669. <p>File Manager</p>
  670. </a>
  671. </li>
  672. <li class="nav-item">
  673. <a href="../pages/projects.html" class="nav-link">
  674. <i class="nav-icon bi bi-circle"></i>
  675. <p>Projects</p>
  676. </a>
  677. </li>
  678. <li class="nav-item">
  679. <a href="../pages/pricing.html" class="nav-link">
  680. <i class="nav-icon bi bi-circle"></i>
  681. <p>Pricing</p>
  682. </a>
  683. </li>
  684. <li class="nav-item">
  685. <a href="../pages/faq.html" class="nav-link active">
  686. <i class="nav-icon bi bi-circle"></i>
  687. <p>FAQ</p>
  688. </a>
  689. </li>
  690. <li class="nav-item">
  691. <a href="#" class="nav-link">
  692. <i class="nav-icon bi bi-circle"></i>
  693. <p>
  694. Error
  695. <i class="nav-arrow bi bi-chevron-right"></i>
  696. </p>
  697. </a>
  698. <ul class="nav nav-treeview">
  699. <li class="nav-item">
  700. <a href="../pages/404.html" class="nav-link">
  701. <i class="nav-icon bi bi-circle"></i>
  702. <p>404</p>
  703. </a>
  704. </li>
  705. <li class="nav-item">
  706. <a href="../pages/500.html" class="nav-link">
  707. <i class="nav-icon bi bi-circle"></i>
  708. <p>500</p>
  709. </a>
  710. </li>
  711. <li class="nav-item">
  712. <a href="../pages/maintenance.html" class="nav-link">
  713. <i class="nav-icon bi bi-circle"></i>
  714. <p>Maintenance</p>
  715. </a>
  716. </li>
  717. </ul>
  718. </li>
  719. </ul>
  720. </li>
  721. <li class="nav-header">EXAMPLES</li>
  722. <li class="nav-item">
  723. <a href="#" class="nav-link">
  724. <i class="nav-icon bi bi-box-arrow-in-right"></i>
  725. <p>
  726. Auth
  727. <i class="nav-arrow bi bi-chevron-right"></i>
  728. </p>
  729. </a>
  730. <ul class="nav nav-treeview">
  731. <li class="nav-item">
  732. <a href="#" class="nav-link">
  733. <i class="nav-icon bi bi-box-arrow-in-right"></i>
  734. <p>
  735. Version 1
  736. <i class="nav-arrow bi bi-chevron-right"></i>
  737. </p>
  738. </a>
  739. <ul class="nav nav-treeview">
  740. <li class="nav-item">
  741. <a href="../examples/login.html" class="nav-link">
  742. <i class="nav-icon bi bi-circle"></i>
  743. <p>Login</p>
  744. </a>
  745. </li>
  746. <li class="nav-item">
  747. <a href="../examples/register.html" class="nav-link">
  748. <i class="nav-icon bi bi-circle"></i>
  749. <p>Register</p>
  750. </a>
  751. </li>
  752. </ul>
  753. </li>
  754. <li class="nav-item">
  755. <a href="#" class="nav-link">
  756. <i class="nav-icon bi bi-box-arrow-in-right"></i>
  757. <p>
  758. Version 2
  759. <i class="nav-arrow bi bi-chevron-right"></i>
  760. </p>
  761. </a>
  762. <ul class="nav nav-treeview">
  763. <li class="nav-item">
  764. <a href="../examples/login-v2.html" class="nav-link">
  765. <i class="nav-icon bi bi-circle"></i>
  766. <p>Login</p>
  767. </a>
  768. </li>
  769. <li class="nav-item">
  770. <a href="../examples/register-v2.html" class="nav-link">
  771. <i class="nav-icon bi bi-circle"></i>
  772. <p>Register</p>
  773. </a>
  774. </li>
  775. </ul>
  776. </li>
  777. <li class="nav-item">
  778. <a href="../examples/lockscreen.html" class="nav-link">
  779. <i class="nav-icon bi bi-circle"></i>
  780. <p>Lockscreen</p>
  781. </a>
  782. </li>
  783. </ul>
  784. </li>
  785. <li class="nav-header">DOCUMENTATIONS</li>
  786. <li class="nav-item">
  787. <a href="../docs/introduction.html" class="nav-link">
  788. <i class="nav-icon bi bi-download"></i>
  789. <p>Installation</p>
  790. </a>
  791. </li>
  792. <li class="nav-item">
  793. <a href="../docs/getting-started.html" class="nav-link">
  794. <i class="nav-icon bi bi-rocket-takeoff"></i>
  795. <p>Getting Started</p>
  796. </a>
  797. </li>
  798. <li class="nav-item">
  799. <a href="../docs/layout.html" class="nav-link">
  800. <i class="nav-icon bi bi-grip-horizontal"></i>
  801. <p>Layout</p>
  802. </a>
  803. </li>
  804. <li class="nav-item">
  805. <a href="../docs/customization.html" class="nav-link">
  806. <i class="nav-icon bi bi-palette"></i>
  807. <p>Customization</p>
  808. </a>
  809. </li>
  810. <li class="nav-item">
  811. <a href="../docs/color-mode.html" class="nav-link">
  812. <i class="nav-icon bi bi-star-half"></i>
  813. <p>Color Mode</p>
  814. </a>
  815. </li>
  816. <li class="nav-item">
  817. <a href="../docs/rtl.html" class="nav-link">
  818. <i class="nav-icon bi bi-text-paragraph"></i>
  819. <p>RTL Support</p>
  820. </a>
  821. </li>
  822. <li class="nav-item">
  823. <a href="../docs/migration.html" class="nav-link">
  824. <i class="nav-icon bi bi-arrow-up-right-square"></i>
  825. <p>Migration from v3</p>
  826. </a>
  827. </li>
  828. <li class="nav-item">
  829. <a href="../docs/integrations.html" class="nav-link">
  830. <i class="nav-icon bi bi-puzzle"></i>
  831. <p>Recommended Integrations</p>
  832. </a>
  833. </li>
  834. <li class="nav-item">
  835. <a href="#" class="nav-link">
  836. <i class="nav-icon bi bi-ui-checks-grid"></i>
  837. <p>
  838. Components
  839. <i class="nav-arrow bi bi-chevron-right"></i>
  840. </p>
  841. </a>
  842. <ul class="nav nav-treeview">
  843. <li class="nav-item">
  844. <a href="../docs/components/main-header.html" class="nav-link">
  845. <i class="nav-icon bi bi-circle"></i>
  846. <p>Main Header</p>
  847. </a>
  848. </li>
  849. <li class="nav-item">
  850. <a href="../docs/components/main-sidebar.html" class="nav-link">
  851. <i class="nav-icon bi bi-circle"></i>
  852. <p>Main Sidebar</p>
  853. </a>
  854. </li>
  855. </ul>
  856. </li>
  857. <li class="nav-item">
  858. <a href="#" class="nav-link">
  859. <i class="nav-icon bi bi-filetype-js"></i>
  860. <p>
  861. Javascript
  862. <i class="nav-arrow bi bi-chevron-right"></i>
  863. </p>
  864. </a>
  865. <ul class="nav nav-treeview">
  866. <li class="nav-item">
  867. <a href="../docs/javascript/layout.html" class="nav-link">
  868. <i class="nav-icon bi bi-circle"></i>
  869. <p>Layout</p>
  870. </a>
  871. </li>
  872. <li class="nav-item">
  873. <a href="../docs/javascript/pushmenu.html" class="nav-link">
  874. <i class="nav-icon bi bi-circle"></i>
  875. <p>PushMenu</p>
  876. </a>
  877. </li>
  878. <li class="nav-item">
  879. <a href="../docs/javascript/treeview.html" class="nav-link">
  880. <i class="nav-icon bi bi-circle"></i>
  881. <p>Treeview</p>
  882. </a>
  883. </li>
  884. <li class="nav-item">
  885. <a href="../docs/javascript/card-widget.html" class="nav-link">
  886. <i class="nav-icon bi bi-circle"></i>
  887. <p>Card Widget</p>
  888. </a>
  889. </li>
  890. <li class="nav-item">
  891. <a href="../docs/javascript/direct-chat.html" class="nav-link">
  892. <i class="nav-icon bi bi-circle"></i>
  893. <p>Direct Chat</p>
  894. </a>
  895. </li>
  896. <li class="nav-item">
  897. <a href="../docs/javascript/fullscreen.html" class="nav-link">
  898. <i class="nav-icon bi bi-circle"></i>
  899. <p>Fullscreen</p>
  900. </a>
  901. </li>
  902. <li class="nav-item">
  903. <a href="../docs/javascript/accessibility.html" class="nav-link">
  904. <i class="nav-icon bi bi-circle"></i>
  905. <p>Accessibility</p>
  906. </a>
  907. </li>
  908. </ul>
  909. </li>
  910. <li class="nav-item">
  911. <a href="../docs/browser-support.html" class="nav-link">
  912. <i class="nav-icon bi bi-browser-edge"></i>
  913. <p>Browser Support</p>
  914. </a>
  915. </li>
  916. <li class="nav-item">
  917. <a href="../docs/how-to-contribute.html" class="nav-link">
  918. <i class="nav-icon bi bi-hand-thumbs-up-fill"></i>
  919. <p>How To Contribute</p>
  920. </a>
  921. </li>
  922. <li class="nav-item">
  923. <a href="../docs/faq.html" class="nav-link active">
  924. <i class="nav-icon bi bi-question-circle-fill"></i>
  925. <p>FAQ</p>
  926. </a>
  927. </li>
  928. <li class="nav-item">
  929. <a href="../docs/license.html" class="nav-link">
  930. <i class="nav-icon bi bi-patch-check-fill"></i>
  931. <p>License</p>
  932. </a>
  933. </li>
  934. <li class="nav-header">MULTI LEVEL EXAMPLE</li>
  935. <li class="nav-item">
  936. <a href="#" class="nav-link">
  937. <i class="nav-icon bi bi-circle-fill"></i>
  938. <p>Level 1</p>
  939. </a>
  940. </li>
  941. <li class="nav-item">
  942. <a href="#" class="nav-link">
  943. <i class="nav-icon bi bi-circle-fill"></i>
  944. <p>
  945. Level 1
  946. <i class="nav-arrow bi bi-chevron-right"></i>
  947. </p>
  948. </a>
  949. <ul class="nav nav-treeview">
  950. <li class="nav-item">
  951. <a href="#" class="nav-link">
  952. <i class="nav-icon bi bi-circle"></i>
  953. <p>Level 2</p>
  954. </a>
  955. </li>
  956. <li class="nav-item">
  957. <a href="#" class="nav-link">
  958. <i class="nav-icon bi bi-circle"></i>
  959. <p>
  960. Level 2
  961. <i class="nav-arrow bi bi-chevron-right"></i>
  962. </p>
  963. </a>
  964. <ul class="nav nav-treeview">
  965. <li class="nav-item">
  966. <a href="#" class="nav-link">
  967. <i class="nav-icon bi bi-record-circle-fill"></i>
  968. <p>Level 3</p>
  969. </a>
  970. </li>
  971. <li class="nav-item">
  972. <a href="#" class="nav-link">
  973. <i class="nav-icon bi bi-record-circle-fill"></i>
  974. <p>Level 3</p>
  975. </a>
  976. </li>
  977. <li class="nav-item">
  978. <a href="#" class="nav-link">
  979. <i class="nav-icon bi bi-record-circle-fill"></i>
  980. <p>Level 3</p>
  981. </a>
  982. </li>
  983. </ul>
  984. </li>
  985. <li class="nav-item">
  986. <a href="#" class="nav-link">
  987. <i class="nav-icon bi bi-circle"></i>
  988. <p>Level 2</p>
  989. </a>
  990. </li>
  991. </ul>
  992. </li>
  993. <li class="nav-item">
  994. <a href="#" class="nav-link">
  995. <i class="nav-icon bi bi-circle-fill"></i>
  996. <p>Level 1</p>
  997. </a>
  998. </li>
  999. <li class="nav-header">LABELS</li>
  1000. <li class="nav-item">
  1001. <a href="#" class="nav-link">
  1002. <i class="nav-icon bi bi-circle text-danger"></i>
  1003. <p class="text">Important</p>
  1004. </a>
  1005. </li>
  1006. <li class="nav-item">
  1007. <a href="#" class="nav-link">
  1008. <i class="nav-icon bi bi-circle text-warning"></i>
  1009. <p>Warning</p>
  1010. </a>
  1011. </li>
  1012. <li class="nav-item">
  1013. <a href="#" class="nav-link">
  1014. <i class="nav-icon bi bi-circle text-info"></i>
  1015. <p>Informational</p>
  1016. </a>
  1017. </li>
  1018. </ul>
  1019. <!--end::Sidebar Menu-->
  1020. </nav>
  1021. </div>
  1022. <!--end::Sidebar Wrapper-->
  1023. </aside>
  1024. <!--end::Sidebar-->
  1025. <!--begin::App Main-->
  1026. <main class="app-main">
  1027. <!--begin::App Content Header-->
  1028. <div class="app-content-header">
  1029. <!--begin::Container-->
  1030. <div class="container-fluid">
  1031. <!--begin::Row-->
  1032. <div class="row">
  1033. <div class="col-sm-6">
  1034. <h3 class="mb-0">FAQ</h3>
  1035. </div>
  1036. <div class="col-sm-6">
  1037. <ol class="breadcrumb float-sm-end">
  1038. <li class="breadcrumb-item"><a href="#">Docs</a></li>
  1039. <li class="breadcrumb-item active" aria-current="page">FAQ</li>
  1040. </ol>
  1041. </div>
  1042. </div>
  1043. <!--end::Row-->
  1044. </div>
  1045. <!--end::Container-->
  1046. </div>
  1047. <!--end::App Content Header-->
  1048. <!--begin::App Content-->
  1049. <div class="app-content">
  1050. <!--begin::Container-->
  1051. <div class="container-fluid">
  1052. <p>
  1053. A grab bag of questions we get asked most often. If yours isn’t here,
  1054. <a href="https://github.com/ColorlibHQ/AdminLTE/discussions">open a Discussion</a> on
  1055. GitHub.
  1056. </p>
  1057. <h5 id="getting-started">Getting started</h5>
  1058. <h6 id="what-is-adminlte-exactly">What is AdminLTE, exactly?</h6>
  1059. <p>
  1060. A free, MIT-licensed admin dashboard <em>template</em>. It’s a set of HTML, CSS, and
  1061. JavaScript files built on top of Bootstrap 5.3 — not a framework, not an npm component
  1062. library. You drop it into your project, modify the markup to suit your app, and ship.
  1063. </p>
  1064. <h6 id="do-i-need-a-build-step-to-use-it">Do I need a build step to use it?</h6>
  1065. <p>
  1066. No. The <a href="getting-started.html">Getting Started</a> guide shows the CDN-only
  1067. approach — copy four <code>&lt;link&gt;</code> tags and four
  1068. <code>&lt;script&gt;</code> tags into your HTML and you’re done. The npm-based
  1069. workflow is there if you want to customise SCSS variables or tree-shake the
  1070. JavaScript.
  1071. </p>
  1072. <h6 id="which-bootstrap-version-does-v4-require">
  1073. Which Bootstrap version does v4 require?
  1074. </h6>
  1075. <p>
  1076. Bootstrap 5.3.x. The current <code>package.json</code> pins 5.3.8 — older 5.3 minors
  1077. should work but aren’t tested. Bootstrap 5.0/5.1/5.2 will not work (the colour-mode
  1078. and <code>data-bs-theme</code> system landed in 5.3).
  1079. </p>
  1080. <h6 id="can-i-use-adminlte-4-with-jquery">Can I use AdminLTE 4 with jQuery?</h6>
  1081. <p>
  1082. You don’t <em>need</em> jQuery — AdminLTE 4’s JavaScript is vanilla. If your existing
  1083. app already uses jQuery, it’ll coexist fine. But none of AdminLTE 4’s own plugins call
  1084. into jQuery, and there are no <code>$.fn.xxx()</code> plugin shims.
  1085. </p>
  1086. <h5 id="framework-integrations">Framework integrations</h5>
  1087. <h6 id="can-adminlte-be-used-with-wordpress">Can AdminLTE be used with WordPress?</h6>
  1088. <p>
  1089. Yes — it’s just HTML/CSS/JS. The typical path is to build a custom WordPress theme
  1090. that wraps AdminLTE’s markup around <code>wp_head()</code>, <code>wp_footer()</code>,
  1091. and WordPress’s loops. AdminLTE doesn’t ship a WordPress-specific build; the work of
  1092. porting nav-walker classes and authentication forms is yours.
  1093. </p>
  1094. <h6 id="laravel-symfony-yii-django-rails">Laravel? Symfony? Yii? Django? Rails?</h6>
  1095. <p>
  1096. All workable. AdminLTE is a server-rendered template — copy the demo pages into your
  1097. views/templates, replace static content with your framework’s template variables, and
  1098. wire up routes/auth as usual. Community Composer/Packagist packages exist for Laravel
  1099. and Symfony, though they typically lag the upstream version — verify they ship v4
  1100. before you depend on them.
  1101. </p>
  1102. <h6 id="react-vue-svelte-angular">React, Vue, Svelte, Angular?</h6>
  1103. <p>
  1104. Workable but less natural. AdminLTE’s JavaScript plugins use DOM lifecycle hooks
  1105. (<code>DOMContentLoaded</code>, MutationObserver patterns) which fight with framework
  1106. reconciliation. If you’re using a SPA framework, consider:
  1107. </p>
  1108. <ul>
  1109. <li>
  1110. Using AdminLTE <em>only</em> for CSS — keep the visual style, but write your own
  1111. React/Vue components for the interactive parts.
  1112. </li>
  1113. <li>
  1114. Or pick a component library built for your framework (PrimeReact, Vuetify, etc.).
  1115. </li>
  1116. </ul>
  1117. <p>
  1118. We don’t recommend wrapping AdminLTE’s jQuery-era plugins in SPA framework components
  1119. — it’s a maintenance burden that outweighs the visual win.
  1120. </p>
  1121. <h5 id="customization">Customization</h5>
  1122. <h6 id="how-do-i-change-the-primary-colour">How do I change the primary colour?</h6>
  1123. <p>
  1124. Override <code>--bs-primary</code> (and its RGB counterpart) on <code>:root</code>:
  1125. </p>
  1126. <pre
  1127. class="astro-code dark-plus"
  1128. style="background-color: #1e1e1e; color: #d4d4d4; overflow-x: auto"
  1129. tabindex="0"
  1130. data-language="css"
  1131. ><code><span class="line"><span style="color:#D7BA7D">:root</span><span style="color:#D4D4D4"> {</span></span>
  1132. <span class="line"><span style="color:#9CDCFE"> --bs-primary</span><span style="color:#D4D4D4">: </span><span style="color:#CE9178">#6610f2</span><span style="color:#D4D4D4">;</span></span>
  1133. <span class="line"><span style="color:#9CDCFE"> --bs-primary-rgb</span><span style="color:#D4D4D4">: </span><span style="color:#B5CEA8">102</span><span style="color:#D4D4D4">, </span><span style="color:#B5CEA8">16</span><span style="color:#D4D4D4">, </span><span style="color:#B5CEA8">242</span><span style="color:#D4D4D4">;</span></span>
  1134. <span class="line"><span style="color:#D4D4D4">}</span></span></code></pre>
  1135. <p>
  1136. For deeper control (sidebar width, breakpoints, spacing scale), see
  1137. <a href="customization.html">Customization &amp; Theming</a>.
  1138. </p>
  1139. <h6 id="how-do-i-add-a-date-picker--multi-select--rich-text-editor">
  1140. How do I add a date picker / multi-select / rich text editor?
  1141. </h6>
  1142. <p>
  1143. AdminLTE deliberately doesn’t bundle these — they’d bloat the framework. The
  1144. <a href="integrations.html">Recommended Integrations</a> page lists best-in-class
  1145. third-party libraries (Flatpickr, Tom Select, Quill, etc.) with copy-paste install
  1146. snippets.
  1147. </p>
  1148. <h6 id="can-i-use-fontawesome-instead-of-bootstrap-icons">
  1149. Can I use FontAwesome instead of Bootstrap Icons?
  1150. </h6>
  1151. <p>
  1152. Yes. Bootstrap Icons is the default in the demos because it’s MIT, ships with
  1153. Bootstrap, and is SVG-based — but nothing in AdminLTE’s CSS or JS requires it. Drop in
  1154. FontAwesome’s stylesheet and replace
  1155. <code>&lt;i class=&quot;bi bi-x&quot;&gt;</code> with
  1156. <code>&lt;i class=&quot;fas fa-x&quot;&gt;</code> throughout.
  1157. </p>
  1158. <h5 id="versions-and-updates">Versions and updates</h5>
  1159. <h6 id="how-do-i-get-notified-of-new-versions">
  1160. How do I get notified of new versions?
  1161. </h6>
  1162. <p>
  1163. <a href="https://github.com/ColorlibHQ/AdminLTE">Watch the GitHub repo</a>
  1164. (Releases-only mode) or subscribe to the RSS feed at
  1165. <code>https://github.com/ColorlibHQ/AdminLTE/releases.atom</code>.
  1166. </p>
  1167. <h6 id="wheres-the-adminlte-3-documentation">Where’s the AdminLTE 3 documentation?</h6>
  1168. <p>
  1169. Still online at <a href="https://adminlte.io/docs/3.2/">adminlte.io/docs/3.2</a> and
  1170. earlier versions are linked there. The v3 branch on GitHub continues to receive
  1171. critical bug fixes; new features land in v4 only.
  1172. </p>
  1173. <h6 id="how-do-i-upgrade-from-v3-to-v4">How do I upgrade from v3 to v4?</h6>
  1174. <p>
  1175. See the dedicated <a href="migration.html">Migration from v3</a> guide. The short
  1176. version: class names changed (<code>.wrapper</code> → <code>.app-wrapper</code>),
  1177. <code>data-toggle</code> → <code>data-bs-toggle</code>, dark mode uses
  1178. <code>data-bs-theme</code> instead of <code>.dark-mode</code>, and jQuery isn’t
  1179. required anymore.
  1180. </p>
  1181. <h5 id="licensing">Licensing</h5>
  1182. <h6 id="is-adminlte-free-for-commercial-use">Is AdminLTE free for commercial use?</h6>
  1183. <p>
  1184. Yes — MIT licensed. You can use it in commercial products, SaaS apps, client work,
  1185. anything. The only requirement is preserving the copyright notice in the source files
  1186. (<code>adminlte.css</code> / <code>adminlte.js</code>). You don’t need to display
  1187. attribution in the UI.
  1188. </p>
  1189. <h6 id="do-i-need-to-credit-adminlte-in-my-app">
  1190. Do I need to credit AdminLTE in my app?
  1191. </h6>
  1192. <p>
  1193. No. The MIT license requires you to keep the licence notice in the source files you
  1194. distribute — that’s it. You don’t have to mention AdminLTE in the rendered UI, your
  1195. About page, or your README.
  1196. </p>
  1197. <h6 id="can-i-sell-a-product-made-with-adminlte">
  1198. Can I sell a product made with AdminLTE?
  1199. </h6>
  1200. <p>
  1201. Yes. The MIT license explicitly permits this. You can also resell modified versions of
  1202. AdminLTE itself (theme marketplaces frequently do this) — just preserve the original
  1203. copyright notice.
  1204. </p>
  1205. <h5 id="troubleshooting">Troubleshooting</h5>
  1206. <h6 id="the-sidebar-doesnt-collapse-when-i-click-the-hamburger-menu">
  1207. The sidebar doesn’t collapse when I click the hamburger menu.
  1208. </h6>
  1209. <p>
  1210. Check that the PushMenu plugin is loaded. It’s bundled into <code>adminlte.js</code> —
  1211. make sure the script tag is on the page and <em>after</em> the markup it operates on.
  1212. Also verify your hamburger button has
  1213. <code>data-lte-toggle=&quot;sidebar&quot;</code> (not
  1214. <code>data-widget=&quot;pushmenu&quot;</code>, which is the v3 attribute).
  1215. </p>
  1216. <h6 id="dark-mode-doesnt-persist-after-refresh">
  1217. Dark mode doesn’t persist after refresh.
  1218. </h6>
  1219. <p>
  1220. The included <a href="color-mode.html">Color Mode</a> toggle writes to
  1221. <code>localStorage</code> under the key <code>lte-theme</code>. If you’re using a
  1222. different toggle implementation, make sure it both sets
  1223. <code>document.documentElement.setAttribute(&#39;data-bs-theme&#39;, ...)</code> and
  1224. writes to localStorage on change.
  1225. </p>
  1226. <h6 id="bootstrap-modal-closes-when-i-press-escape-but-the-adminlte-sidebar-closes-too">
  1227. Bootstrap modal closes when I press Escape, but the AdminLTE sidebar closes too.
  1228. </h6>
  1229. <p>
  1230. Fixed in v4.0.0 (#5993). If you’re still seeing this, you’re on an older RC — update
  1231. to the latest.
  1232. </p>
  1233. <h6 id="my-custom-scss-doesnt-override-adminltes-defaults">
  1234. My custom SCSS doesn’t override AdminLTE’s defaults.
  1235. </h6>
  1236. <p>
  1237. Put your overrides <em>before</em> the <code>@import</code> of AdminLTE’s SCSS.
  1238. AdminLTE uses <code>!default</code> on its variables, which means the first
  1239. declaration wins. See
  1240. <a href="customization.html#scss-variables">Customization &amp; Theming</a> for the
  1241. import order.
  1242. </p>
  1243. <h6 id="npm-install-fails-with-peer-dependency-errors">
  1244. <code>npm install</code> fails with peer dependency errors.
  1245. </h6>
  1246. <p>
  1247. We use an npm <code>overrides</code> block in <code>package.json</code> to keep peers
  1248. happy — make sure you’re on npm 8.3+ which respects them. If you’re on an older npm,
  1249. install with <code>--legacy-peer-deps</code>.
  1250. </p>
  1251. </div>
  1252. <!--end::Container-->
  1253. </div>
  1254. <!--end::App Content-->
  1255. </main>
  1256. <!--end::App Main-->
  1257. <!--begin::Footer-->
  1258. <footer class="app-footer">
  1259. <!--begin::To the end-->
  1260. <div class="float-end d-none d-sm-inline">Anything you want</div>
  1261. <!--end::To the end-->
  1262. <!--begin::Copyright-->
  1263. <strong>
  1264. Copyright &copy; 2014-2026&nbsp;
  1265. <a href="https://adminlte.io" class="text-decoration-none">AdminLTE.io</a>.
  1266. </strong>
  1267. All rights reserved.
  1268. <!--end::Copyright-->
  1269. </footer>
  1270. <!--end::Footer-->
  1271. </div>
  1272. <!--end::App Wrapper-->
  1273. <!--begin::Script-->
  1274. <!--begin::Third Party Plugin(OverlayScrollbars)-->
  1275. <script
  1276. src="https://cdn.jsdelivr.net/npm/overlayscrollbars@2.11.0/browser/overlayscrollbars.browser.es6.min.js"
  1277. crossorigin="anonymous"
  1278. ></script>
  1279. <!--end::Third Party Plugin(OverlayScrollbars)--><!--begin::Required Plugin(popperjs for Bootstrap 5)-->
  1280. <script
  1281. src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
  1282. crossorigin="anonymous"
  1283. ></script>
  1284. <!--end::Required Plugin(popperjs for Bootstrap 5)--><!--begin::Required Plugin(Bootstrap 5)-->
  1285. <script
  1286. src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.min.js"
  1287. crossorigin="anonymous"
  1288. ></script>
  1289. <!--end::Required Plugin(Bootstrap 5)--><!--begin::Required Plugin(AdminLTE)-->
  1290. <script src="../js/adminlte.js"></script>
  1291. <!--end::Required Plugin(AdminLTE)--><!--begin::OverlayScrollbars Configure-->
  1292. <script>
  1293. const SELECTOR_SIDEBAR_WRAPPER = '.sidebar-wrapper';
  1294. const Default = {
  1295. scrollbarTheme: 'os-theme-light',
  1296. scrollbarAutoHide: 'leave',
  1297. scrollbarClickScroll: true,
  1298. };
  1299. document.addEventListener('DOMContentLoaded', function () {
  1300. const sidebarWrapper = document.querySelector(SELECTOR_SIDEBAR_WRAPPER);
  1301. // Disable OverlayScrollbars on mobile devices to prevent touch interference
  1302. const isMobile = window.innerWidth <= 992;
  1303. if (
  1304. sidebarWrapper &&
  1305. OverlayScrollbarsGlobal?.OverlayScrollbars !== undefined &&
  1306. !isMobile
  1307. ) {
  1308. OverlayScrollbarsGlobal.OverlayScrollbars(sidebarWrapper, {
  1309. scrollbars: {
  1310. theme: Default.scrollbarTheme,
  1311. autoHide: Default.scrollbarAutoHide,
  1312. clickScroll: Default.scrollbarClickScroll,
  1313. },
  1314. });
  1315. }
  1316. });
  1317. </script>
  1318. <!--end::OverlayScrollbars Configure--><!--begin::Color Mode Toggle (#6010)-->
  1319. <script>
  1320. (() => {
  1321. 'use strict';
  1322. const STORAGE_KEY = 'lte-theme';
  1323. const getStoredTheme = () => localStorage.getItem(STORAGE_KEY);
  1324. const setStoredTheme = (theme) => localStorage.setItem(STORAGE_KEY, theme);
  1325. const prefersDark = () => globalThis.matchMedia('(prefers-color-scheme: dark)').matches;
  1326. const getPreferredTheme = () => {
  1327. const stored = getStoredTheme();
  1328. if (stored) return stored;
  1329. return prefersDark() ? 'dark' : 'light';
  1330. };
  1331. const setTheme = (theme) => {
  1332. const resolved = theme === 'auto' ? (prefersDark() ? 'dark' : 'light') : theme;
  1333. document.documentElement.setAttribute('data-bs-theme', resolved);
  1334. };
  1335. setTheme(getPreferredTheme());
  1336. const showActiveTheme = (theme) => {
  1337. // Highlight the active dropdown option
  1338. document.querySelectorAll('[data-bs-theme-value]').forEach((el) => {
  1339. el.classList.remove('active');
  1340. el.setAttribute('aria-pressed', 'false');
  1341. const check = el.querySelector('.bi-check-lg');
  1342. if (check) check.classList.add('d-none');
  1343. });
  1344. const active = document.querySelector(`[data-bs-theme-value="${theme}"]`);
  1345. if (active) {
  1346. active.classList.add('active');
  1347. active.setAttribute('aria-pressed', 'true');
  1348. const check = active.querySelector('.bi-check-lg');
  1349. if (check) check.classList.remove('d-none');
  1350. }
  1351. // Sync the topbar trigger icon
  1352. document.querySelectorAll('[data-lte-theme-icon]').forEach((icon) => {
  1353. icon.classList.toggle('d-none', icon.dataset.lteThemeIcon !== theme);
  1354. });
  1355. };
  1356. globalThis.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', () => {
  1357. const stored = getStoredTheme();
  1358. if (!stored || stored === 'auto') setTheme(getPreferredTheme());
  1359. });
  1360. document.addEventListener('DOMContentLoaded', () => {
  1361. showActiveTheme(getPreferredTheme());
  1362. document.querySelectorAll('[data-bs-theme-value]').forEach((toggle) => {
  1363. toggle.addEventListener('click', () => {
  1364. const theme = toggle.getAttribute('data-bs-theme-value');
  1365. setStoredTheme(theme);
  1366. setTheme(theme);
  1367. showActiveTheme(theme);
  1368. });
  1369. });
  1370. });
  1371. })();
  1372. </script>
  1373. <!--end::Color Mode Toggle-->
  1374. <!--end::Script-->
  1375. </body>
  1376. <!--end::Body-->
  1377. </html>