mirror of
https://github.com/tabler/tabler.git
synced 2026-08-12 06:12:22 +04:00
remove unused cofig from code
This commit is contained in:
@@ -5,7 +5,7 @@ description: Page heading examples for Tabler
|
||||
|
||||
## Simple header
|
||||
|
||||
```html example code vcentered
|
||||
```html example vcentered
|
||||
<div class="page-header">
|
||||
<div class="row align-items-center">
|
||||
<div class="col">
|
||||
@@ -46,7 +46,7 @@ description: Page heading examples for Tabler
|
||||
|
||||
## With meta, avatar and actions
|
||||
|
||||
```html example code vcentered
|
||||
```html example vcentered
|
||||
<div class="page-header">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-auto">
|
||||
@@ -106,7 +106,7 @@ description: Page heading examples for Tabler
|
||||
|
||||
## With meta, search and actions
|
||||
|
||||
```html example code vcentered
|
||||
```html example vcentered
|
||||
<div class="page-header">
|
||||
<div class="row align-items-center">
|
||||
<div class="col">
|
||||
@@ -145,7 +145,7 @@ description: Page heading examples for Tabler
|
||||
|
||||
Page header with a border to separate content is an effective way to organize and present information in a clear and visually appealing way.
|
||||
|
||||
```html example code fullpage
|
||||
```html example fullpage
|
||||
<div class="page-header page-header-border">
|
||||
<div class="container-fluid">
|
||||
<div class="row align-items-center">
|
||||
@@ -189,7 +189,7 @@ A page header with breadcrumb and actions is a common design element found in ma
|
||||
|
||||
In addition to the breadcrumb, the header often includes actions or buttons that allow the user to perform common tasks related to the current page. These actions may include things like adding a new item, editing existing content, or deleting items.
|
||||
|
||||
```html example code vcentered
|
||||
```html example vcentered
|
||||
<div class="page-header">
|
||||
<div class="row align-items-center mw-100">
|
||||
<div class="col">
|
||||
|
||||
@@ -9,7 +9,7 @@ description: Learn how to build a sample version of the dashboard
|
||||
|
||||
## Sample layout
|
||||
|
||||
```html example code fullpage resizable height="30rem"
|
||||
```html example fullpage resizable height="30rem"
|
||||
<div class="page">
|
||||
<header class="navbar navbar-expand-sm navbar-light d-print-none">
|
||||
<div class="container-xl">
|
||||
@@ -65,7 +65,7 @@ description: Learn how to build a sample version of the dashboard
|
||||
|
||||
## Sidebar layout
|
||||
|
||||
```html example code fullpage resizable height="30rem"
|
||||
```html example fullpage resizable height="30rem"
|
||||
<div class="page">
|
||||
<!-- Sidebar -->
|
||||
<aside class="navbar navbar-vertical navbar-expand-sm navbar-dark">
|
||||
|
||||
Reference in New Issue
Block a user