1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 10:24:24 +04:00

Compare commits

...

11 Commits

Author SHA1 Message Date
codecalm
0410d39ba9 Release 1.0.0-alpha.14 2020-11-21 16:26:10 +01:00
codecalm
b0b70bcda3 bootstrap update, charts fixes 2020-11-21 16:24:32 +01:00
codecalm
f00c4faa18 select2 fixes 2020-11-21 15:52:32 +01:00
codecalm
cbf94888e6 icon fixes 2020-11-21 15:41:59 +01:00
codecalm
74e8e2086e card header fix 2020-11-21 15:34:10 +01:00
codecalm
6c0d8f7b7b svg fix 2020-11-21 15:31:05 +01:00
codecalm
09a0ea58a2 icons title 2020-11-21 15:15:57 +01:00
codecalm
f1f56beefa fix #722 2020-11-21 15:07:33 +01:00
Paweł Kuna
c976ee9553 Merge pull request #716 from tabler/dev-npm-cdn-info 2020-11-15 21:00:51 +01:00
Michal Wolny
bebab5bd9d separate css and js includes 2020-11-15 19:41:30 +01:00
Michal Wolny
dde02732ef add usage page in getting started guide,
add readme npm and CDN installation guide
2020-11-15 19:29:32 +01:00
130 changed files with 5906 additions and 7499 deletions

View File

@@ -73,6 +73,29 @@ Once you complete the setup, you'll be able to run the various commands provided
Run `npm run build` for reforms a one off build application without refresh.
Open [http://localhost:3001](http://localhost:3001) to configure the Web server.
## Installation
Tabler is distributed via npm.
```sh
npm install --save @tabler/core
```
### CDN support
All files included in `@tabler/core` npm package are available over a CDN.
#### Javascript
```html
<script src="https://unpkg.com/@tabler/core@latest/dist/js/tabler.min.js"></script>
```
#### Styles
```html
<link rel="stylesheet" href="https://unpkg.com/@tabler/core@latest/dist/css/tabler.min.css">
```
## Feature requests

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -602,7 +602,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -338,9 +338,19 @@
<div class="card-body">
<ul>
<li>
<a href="/robots.txt">
<a href="/layout-horizontal.html">
layout-horizontal.html
</a>
</li>
<li>
<a href="/redirects.json">
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
robots.txt
redirects.json
</a>
</li>
<li>
<a href="/layout-navbar-overlap.html">
layout-navbar-overlap.html
</a>
</li>
<li>
@@ -373,52 +383,11 @@
layout-fluid.html
</a>
</li>
<li>
<a href="/layout-horizontal.html">
layout-horizontal.html
</a>
</li>
<li>
<a href="/layout-navbar-dark.html">
layout-navbar-dark.html
</a>
</li>
<li>
<a href="/layout-navbar-overlap.html">
layout-navbar-overlap.html
</a>
</li>
<li>
<a href="/layout-vertical-right.html">
layout-vertical-right.html
</a>
</li>
<li>
<a href="/layout-vertical.html">
layout-vertical.html
</a>
</li>
<li>
<a href="/search-results.html">
search-results.html
</a>
</li>
<li>
<a href="/sitemap.xml">
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
sitemap.xml
</a>
</li>
<li>
<a href="/skeleton.html">
skeleton.html
</a>
</li>
<li>
<a href="/tables.html">
tables.html
</a>
</li>
<li>
<a href="/docs.html">
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
@@ -426,9 +395,40 @@
</a>
</li>
<li>
<a href="/redirects.json">
<a href="/tables.html">
tables.html
</a>
</li>
<li>
<a href="/skeleton.html">
skeleton.html
</a>
</li>
<li>
<a href="/sitemap.xml">
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
redirects.json
sitemap.xml
</a>
</li>
<li>
<a href="/search-results.html">
search-results.html
</a>
</li>
<li>
<a href="/robots.txt">
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
robots.txt
</a>
</li>
<li>
<a href="/layout-vertical.html">
layout-vertical.html
</a>
</li>
<li>
<a href="/layout-vertical-right.html">
layout-vertical-right.html
</a>
</li>
<li>
@@ -579,6 +579,12 @@
Pagination
</a>
</li>
<li>
<a href="/playground.html">
<svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
Playground
</a>
</li>
<li>
<a href="/pricing.html">
Pricing cards
@@ -661,7 +667,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -350,7 +350,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -1121,7 +1121,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -593,7 +593,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -881,7 +881,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -508,7 +508,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="./docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="./docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -588,7 +593,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -380,7 +380,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -529,7 +529,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.14 (https://tabler.io)
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -293,3 +293,34 @@ body.no-transitions * {
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.demo-icons-list {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0 -2px -1px 0;
list-style: none; }
.demo-icons-list > * {
flex: 1 0 7rem; }
.demo-icons-list-wrap {
overflow: hidden; }
.demo-icons-list-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 7rem;
text-align: center;
padding: .5rem;
border-right: 1px solid #e6e8e9;
border-bottom: 1px solid #e6e8e9;
color: inherit;
cursor: pointer; }
.demo-icons-list-item .icon {
width: 1.5rem;
height: 1.5rem;
font-size: 1.5rem; }
.demo-icons-list-item:hover {
text-decoration: none; }

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.14 (https://tabler.io)
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.14 (https://tabler.io)
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.14 (https://tabler.io)
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.14 (https://tabler.io)
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.14 (https://tabler.io)
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.14 (https://tabler.io)
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.14 (https://tabler.io)
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -98,7 +98,7 @@ p {
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
abbr[data-bs-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
@@ -467,10 +467,9 @@ progress {
.container-lg,
.container-xl,
.container-xxl {
--bs-gutter-x: 1.5rem;
width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
padding-right: var(--tblr-gutter-x, 1.5rem);
padding-left: var(--tblr-gutter-x, 1.5rem);
margin-right: auto;
margin-left: auto; }
@@ -7499,6 +7498,8 @@ Navbar
.navbar-expand-sm .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-expand-sm .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-expand-sm .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -7506,8 +7507,6 @@ Navbar
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -7556,6 +7555,8 @@ Navbar
.navbar-expand-md .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-expand-md .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-expand-md .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -7563,8 +7564,6 @@ Navbar
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -7613,6 +7612,8 @@ Navbar
.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-expand-lg .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-expand-lg .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -7620,8 +7621,6 @@ Navbar
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -7670,6 +7669,8 @@ Navbar
.navbar-expand-xl .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-expand-xl .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-expand-xl .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -7677,8 +7678,6 @@ Navbar
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -7727,6 +7726,8 @@ Navbar
.navbar-expand-xxl .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-expand-xxl .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-expand-xxl .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -7734,8 +7735,6 @@ Navbar
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -7784,6 +7783,8 @@ Navbar
.navbar-expand .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-expand .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-expand .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -7791,8 +7792,6 @@ Navbar
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-expand .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -8040,6 +8039,8 @@ Navbar vertical
.navbar-vertical.navbar-expand-sm .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -8047,8 +8048,6 @@ Navbar vertical
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -8115,6 +8114,8 @@ Navbar vertical
.navbar-vertical.navbar-expand-md .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -8122,8 +8123,6 @@ Navbar vertical
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -8190,6 +8189,8 @@ Navbar vertical
.navbar-vertical.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -8197,8 +8198,6 @@ Navbar vertical
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -8265,6 +8264,8 @@ Navbar vertical
.navbar-vertical.navbar-expand-xl .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -8272,8 +8273,6 @@ Navbar vertical
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -8340,6 +8339,8 @@ Navbar vertical
.navbar-vertical.navbar-expand-xxl .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -8347,8 +8348,6 @@ Navbar vertical
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -8414,6 +8413,8 @@ Navbar vertical
.navbar-vertical.navbar-expand .navbar-collapse .navbar-nav .nav-link {
padding: 0.5rem 1.5rem;
justify-content: flex-start; }
.navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu-columns {
flex-direction: column; }
.navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu {
padding: 0;
background: transparent;
@@ -8421,8 +8422,6 @@ Navbar vertical
color: inherit;
box-shadow: none;
border: none;
-moz-columns: 1;
columns: 1;
min-width: 0; }
.navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu .dropdown-item {
min-width: 0;
@@ -9226,6 +9225,7 @@ Navbar vertical
text-decoration: none; }
.card-header {
color: inherit;
display: flex;
align-items: center;
background: transparent; }
@@ -9600,19 +9600,17 @@ Card tabs
--tblr-gutter-x: 1rem; } }
.container-tight {
--bs-gutter-x: 1.5rem;
width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
padding-right: var(--tblr-gutter-x, 1.5rem);
padding-left: var(--tblr-gutter-x, 1.5rem);
margin-right: auto;
margin-left: auto;
max-width: 30rem; }
.container-narrow {
--bs-gutter-x: 1.5rem;
width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
padding-right: var(--tblr-gutter-x, 1.5rem);
padding-left: var(--tblr-gutter-x, 1.5rem);
margin-right: auto;
margin-left: auto;
max-width: 45rem; }
@@ -9860,31 +9858,6 @@ Card tabs
.icon-filled {
fill: currentColor; }
.icons-list {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0 -2px -1px 0;
list-style: none; }
.icons-list > li {
flex: 1 0 4rem; }
.icons-list-wrap {
overflow: hidden; }
.icons-list-item {
display: flex;
align-items: center;
justify-content: center;
height: 4rem;
text-align: center;
border-right: 1px solid #e6e8e9;
border-bottom: 1px solid #e6e8e9; }
.icons-list-item .icon {
width: 1.5rem;
height: 1.5rem;
font-size: 1.5rem; }
.icon-md {
width: 2.5rem;
height: 2.5rem; }

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.14 (https://tabler.io)
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-alpha.13 (https://tabler.io)
* @version 1.0.0-alpha.13
* Tabler v1.0.0-alpha.14 (https://tabler.io)
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -817,7 +822,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -603,7 +608,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -807,7 +812,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -839,7 +844,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -691,7 +696,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -1661,7 +1666,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -1098,7 +1103,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -675,7 +680,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -589,7 +594,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link active">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -823,7 +828,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -758,7 +763,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -647,7 +652,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -705,7 +710,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -963,7 +968,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -701,7 +706,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -2138,7 +2143,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -344,6 +344,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -551,7 +556,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -2213,7 +2218,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -603,7 +608,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -655,7 +660,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -616,7 +621,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -603,7 +608,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -871,7 +876,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -1102,7 +1107,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -733,7 +738,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -344,6 +344,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -551,7 +556,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -790,7 +795,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -726,7 +731,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -1017,7 +1022,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -750,7 +755,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -778,7 +783,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -757,7 +762,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -1080,7 +1085,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -1001,7 +1006,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -985,7 +990,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -713,7 +718,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -645,7 +650,7 @@ Tooltip with HTML
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -343,6 +343,11 @@
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
@@ -550,7 +555,7 @@
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.13</span>
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
@@ -896,7 +901,7 @@ Text <span class="nt">&lt;sup&gt;</span>Superscripted<span class="nt">&lt;/sup&g
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

660
demo/docs/usage.html Normal file
View File

@@ -0,0 +1,660 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
-->
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>Usage - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
<!-- CSS files -->
<link href="../dist/css/tabler.min.css" rel="stylesheet"/>
<link href="../dist/css/tabler-flags.min.css" rel="stylesheet"/>
<link href="../dist/css/tabler-payments.min.css" rel="stylesheet"/>
<link href="../dist/css/tabler-vendors.min.css" rel="stylesheet"/>
<link href="../dist/css/demo.min.css" rel="stylesheet"/>
<style>
body {
display: none;
}
</style>
</head>
<body class="antialiased">
<div class="page">
<header class="navbar navbar-expand-md navbar-light d-print-none">
<div class="container-xl">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-menu">
<span class="navbar-toggler-icon"></span>
</button>
<a href=".." class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pr-0 pr-md-3">
<img src="../static/logo.svg" width="110" height="32" alt="Tabler" class="navbar-brand-image">
</a>
<div class="navbar-nav flex-row order-md-last">
<div class="nav-item dropdown d-none d-md-flex mr-3">
<a href="#" class="nav-link px-0" data-toggle="dropdown" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /></svg>
<span class="badge bg-red"></span>
</a>
<div class="dropdown-menu dropdown-menu-right dropdown-menu-card">
<div class="card">
<div class="card-body">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus ad amet consectetur exercitationem fugiat in ipsa ipsum, natus odio quidem quod repudiandae sapiente. Amet debitis et magni maxime necessitatibus ullam.
</div>
</div>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-toggle="dropdown">
<span class="avatar avatar-sm" style="background-image: url(../static/avatars/000m.jpg)"></span>
<div class="d-none d-xl-block pl-2">
<div>Paweł Kuna</div>
<div class="mt-1 small text-muted">UI Designer</div>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
<a href="#" class="dropdown-item">Set status</a>
<a href="#" class="dropdown-item">Profile & account</a>
<a href="#" class="dropdown-item">Feedback</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">Settings</a>
<a href="#" class="dropdown-item">Logout</a>
</div>
</div>
</div>
</div>
</header>
<div class="navbar-expand-md">
<div class="collapse navbar-collapse" id="navbar-menu">
<div class="navbar navbar-light">
<div class="container-xl">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="../index.html" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="5 12 3 12 12 3 21 12 19 12" /><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /></svg>
</span>
<span class="nav-link-title">
Home
</span>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#navbar-base" data-toggle="dropdown" role="button" aria-expanded="false" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /><line x1="12" y1="12" x2="20" y2="7.5" /><line x1="12" y1="12" x2="12" y2="21" /><line x1="12" y1="12" x2="4" y2="7.5" /><line x1="16" y1="5.25" x2="8" y2="9.75" /></svg>
</span>
<span class="nav-link-title">
User Interface
</span>
</a>
<div class="dropdown-menu">
<div class="dropdown-menu-columns">
<div class="dropdown-menu-column">
<a class="dropdown-item" href="../empty.html" >
Empty page
</a>
<a class="dropdown-item" href="../blank.html" >
Blank page
</a>
<a class="dropdown-item" href="../buttons.html" >
Buttons
</a>
<a class="dropdown-item" href="../cards.html" >
Cards
</a>
<a class="dropdown-item" href="../cards-masonry.html" >
Cards Masonry
</a>
<a class="dropdown-item" href="../dropdowns.html" >
Dropdowns
</a>
<a class="dropdown-item" href="../icons.html" >
Icons
</a>
<a class="dropdown-item" href="../modals.html" >
Modals
</a>
<a class="dropdown-item" href="../maps.html" >
Maps
</a>
<a class="dropdown-item" href="../maps-vector.html" >
Vector maps
</a>
<a class="dropdown-item" href="../navigation.html" >
Navigation
</a>
<a class="dropdown-item" href="../charts.html" >
Charts
</a>
</div>
<div class="dropdown-menu-column">
<a class="dropdown-item" href="../charts-heatmap.html" >
Charts heatmap
</a>
<a class="dropdown-item" href="../pagination.html" >
Pagination
</a>
<a class="dropdown-item" href="../skeleton.html" >
Skeleton
</a>
<a class="dropdown-item" href="../tabs.html" >
Tabs
</a>
<a class="dropdown-item" href="../tables.html" >
Tables
</a>
<a class="dropdown-item" href="../calendar.html" >
Calendar
</a>
<a class="dropdown-item" href="../carousel.html" >
Carousel
</a>
<a class="dropdown-item" href="../lists.html" >
Lists
</a>
<a class="dropdown-item" href="../typography.html" >
Typography
</a>
<a class="dropdown-item" href="../markdown.html" >
Markdown
</a>
<div class="dropright">
<a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-toggle="dropdown" role="button" aria-expanded="false" >
Authentication
</a>
<div class="dropdown-menu">
<a href="../sign-in.html" class="dropdown-item">Sign in</a>
<a href="../sign-up.html" class="dropdown-item">Sign up</a>
<a href="../forgot-password.html" class="dropdown-item">Forgot password</a>
<a href="../terms-of-service.html" class="dropdown-item">Terms of service</a>
<a href="../auth-lock.html" class="dropdown-item">Lock screen</a>
</div>
</div>
<div class="dropright">
<a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-toggle="dropdown" role="button" aria-expanded="false" >
Error pages
</a>
<div class="dropdown-menu">
<a href="../error-404.html" class="dropdown-item">404 page</a>
<a href="../error-500.html" class="dropdown-item">500 page</a>
<a href="../error-maintenance.html" class="dropdown-item">Maintenance page</a>
</div>
</div>
</div>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="../form-elements.html" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="9 11 12 14 20 6" /><path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" /></svg>
</span>
<span class="nav-link-title">
Form elements
</span>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#navbar-extra" data-toggle="dropdown" role="button" aria-expanded="false" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
</span>
<span class="nav-link-title">
Extra
</span>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="../activity.html" >
Activity
</a>
<a class="dropdown-item" href="../gallery.html" >
Gallery
</a>
<a class="dropdown-item" href="../invoice.html" >
Invoice
</a>
<a class="dropdown-item" href="../search-results.html" >
Search results
</a>
<a class="dropdown-item" href="../pricing.html" >
Pricing cards
</a>
<a class="dropdown-item" href="../users.html" >
Users
</a>
<a class="dropdown-item" href="../license.html" >
License
</a>
<a class="dropdown-item" href="../music.html" >
Music
</a>
<a class="dropdown-item" href="../widgets.html" >
Widgets
</a>
<a class="dropdown-item" href="../wizard.html" >
Wizard
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#navbar-layout" data-toggle="dropdown" role="button" aria-expanded="false" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><rect x="4" y="4" width="6" height="5" rx="2" /><rect x="4" y="13" width="6" height="7" rx="2" /><rect x="14" y="4" width="6" height="7" rx="2" /><rect x="14" y="15" width="6" height="5" rx="2" /></svg>
</span>
<span class="nav-link-title">
Layout
</span>
</a>
<div class="dropdown-menu">
<div class="dropdown-menu-columns">
<div class="dropdown-menu-column">
<a class="dropdown-item" href="../layout-horizontal.html" >
Horizontal
</a>
<a class="dropdown-item" href="../layout-vertical.html" >
Vertical
</a>
<a class="dropdown-item" href="../layout-vertical-right.html" >
Right vertical
</a>
<a class="dropdown-item" href="../layout-condensed.html" >
Condensed
</a>
<a class="dropdown-item" href="../layout-condensed-dark.html" >
Condensed dark
</a>
<a class="dropdown-item" href="../layout-combo.html" >
Combined
</a>
</div>
<div class="dropdown-menu-column">
<a class="dropdown-item" href="../layout-navbar-dark.html" >
Navbar dark
</a>
<a class="dropdown-item" href="../layout-navbar-overlap.html" >
Navbar overlap
</a>
<a class="dropdown-item" href="../layout-dark.html" >
Dark mode
</a>
<a class="dropdown-item" href="../layout-rtl.html" >
RTL mode
</a>
<a class="dropdown-item" href="../layout-fluid.html" >
Fluid
</a>
<a class="dropdown-item" href="../layout-fluid-vertical.html" >
Fluid vertical
</a>
</div>
</div>
</div>
</li>
<li class="nav-item active">
<a class="nav-link" href="../docs/index.html" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><line x1="9" y1="9" x2="10" y2="9" /><line x1="9" y1="13" x2="15" y2="13" /><line x1="9" y1="17" x2="15" y2="17" /></svg>
</span>
<span class="nav-link-title">
Documentation
</span>
</a>
</li>
</ul>
<div class="my-2 my-md-0 flex-grow-1 flex-md-grow-0 order-first order-md-last">
<form action="." method="get">
<div class="input-icon">
<span class="input-icon-addon">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="10" cy="10" r="7" /><line x1="21" y1="21" x2="15" y2="15" /></svg>
</span>
<input type="text" class="form-control" placeholder="Search…">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container-xl">
<!-- Page title -->
<div class="page-header d-print-none">
<div class="row align-items-center">
<div class="col">
<h2 class="page-title">
Documentation
</h2>
</div>
</div>
</div>
<div class="row g-5">
<div class="d-none d-lg-block col-lg-3">
<ul class="nav nav-pills nav-vertical">
<li class="nav-item">
<a href="#menu-base" class="nav-link" data-toggle="collapse" aria-expanded="true">
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8 9l3 3l-3 3" /><line x1="13" y1="15" x2="16" y2="15" /><rect x="4" y="4" width="16" height="16" rx="4" /></svg>
</span>
Getting started
<span class="nav-link-toggle"></span>
</a>
<ul class="nav collapse show" id="menu-base">
<li class="nav-item">
<a href="../docs/index.html" class="nav-link">
Introduction
</a>
</li>
<li class="nav-item">
<a href="../docs/usage.html" class="nav-link active">
Usage
</a>
</li>
<li class="nav-item">
<a href="../docs/colors.html" class="nav-link">
Colors
</a>
</li>
<li class="nav-item">
<a href="../docs/typography.html" class="nav-link">
Typography
</a>
</li>
<li class="nav-item">
<a href="../docs/icons.html" class="nav-link">
Icons
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="#menu-components" class="nav-link" data-toggle="collapse" aria-expanded="false">
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 7h3a1 1 0 0 0 1 -1v-1a2 2 0 0 1 4 0v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 0 4h-1a1 1 0 0 0 -1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 0 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 0 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1" /></svg>
</span>
Components
<span class="nav-link-toggle"></span>
</a>
<ul class="nav collapse" id="menu-components">
<li class="nav-item">
<a href="../docs/alerts.html" class="nav-link">
Alerts
</a>
</li>
<li class="nav-item">
<a href="../docs/avatars.html" class="nav-link">
Avatars
</a>
</li>
<li class="nav-item">
<a href="../docs/badges.html" class="nav-link">
Badges
</a>
</li>
<li class="nav-item">
<a href="../docs/breadcrumb.html" class="nav-link">
Breadcrumb
</a>
</li>
<li class="nav-item">
<a href="../docs/buttons.html" class="nav-link">
Buttons
</a>
</li>
<li class="nav-item">
<a href="../docs/cards.html" class="nav-link">
Cards
</a>
</li>
<li class="nav-item">
<a href="../docs/carousel.html" class="nav-link">
Carousel
</a>
</li>
<li class="nav-item">
<a href="../docs/dropdowns.html" class="nav-link">
Dropdowns
</a>
</li>
<li class="nav-item">
<a href="../docs/divider.html" class="nav-link">
Divider
</a>
</li>
<li class="nav-item">
<a href="../docs/empty.html" class="nav-link">
Empty states
</a>
</li>
<li class="nav-item">
<a href="../docs/form-elements.html" class="nav-link">
Form elements
</a>
</li>
<li class="nav-item">
<a href="../docs/form-helpers.html" class="nav-link">
Form helpers
</a>
</li>
<li class="nav-item">
<a href="../docs/modals.html" class="nav-link">
Modals
</a>
</li>
<li class="nav-item">
<a href="../docs/progress.html" class="nav-link">
Progress
</a>
</li>
<li class="nav-item">
<a href="../docs/payments.html" class="nav-link">
Payments
</a>
</li>
<li class="nav-item">
<a href="../docs/range-slider.html" class="nav-link">
Range slider
</a>
</li>
<li class="nav-item">
<a href="../docs/ribbons.html" class="nav-link">
Ribbons
</a>
</li>
<li class="nav-item">
<a href="../docs/skeleton.html" class="nav-link">
Skeleton
</a>
</li>
<li class="nav-item">
<a href="../docs/spinners.html" class="nav-link">
Spinners
</a>
</li>
<li class="nav-item">
<a href="../docs/steps.html" class="nav-link">
Steps
</a>
</li>
<li class="nav-item">
<a href="../docs/switch-icon.html" class="nav-link">
Switch icon
</a>
</li>
<li class="nav-item">
<a href="../docs/tables.html" class="nav-link">
Tables
</a>
</li>
<li class="nav-item">
<a href="../docs/tabs.html" class="nav-link">
Tabs
</a>
</li>
<li class="nav-item">
<a href="../docs/timelines.html" class="nav-link">
Timelines
</a>
</li>
<li class="nav-item">
<a href="../docs/toasts.html" class="nav-link">
Toasts
</a>
</li>
<li class="nav-item">
<a href="../docs/tooltips.html" class="nav-link">
Tooltips
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="#menu-utils" class="nav-link" data-toggle="collapse" aria-expanded="false">
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12c2 -2.96 0 -7 -1 -8c0 3.038 -1.762 4.383 -2.989 5.642c-1.226 1.26 -2.011 2.598 -2.011 4.358a6 6 0 1 0 12 0c0 -1.532 -.77 -2.94 -1.714 -4c-1.786 3 -3.077 3 -4.286 2z" /></svg>
</span>
Utilities
<span class="nav-link-toggle"></span>
</a>
<ul class="nav collapse" id="menu-utils">
<li class="nav-item">
<a href="../docs/cursors.html" class="nav-link">
Cursors
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="#menu-plugins" class="nav-link" data-toggle="collapse" aria-expanded="false">
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><rect x="4" y="4" width="6" height="6" rx="1" /><rect x="4" y="14" width="6" height="6" rx="1" /><rect x="14" y="14" width="6" height="6" rx="1" /><line x1="14" y1="7" x2="20" y2="7" /><line x1="17" y1="4" x2="17" y2="10" /></svg>
</span>
Plugins
<span class="nav-link-toggle"></span>
</a>
<ul class="nav collapse" id="menu-plugins">
<li class="nav-item">
<a href="../docs/autosize.html" class="nav-link">
Autosize
</a>
</li>
<li class="nav-item">
<a href="../docs/input-mask.html" class="nav-link">
Form input mask
</a>
</li>
<li class="nav-item">
<a href="../docs/flags.html" class="nav-link">
Flags
</a>
</li>
<li class="nav-item">
<a href="../docs/charts.html" class="nav-link">
Charts
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="../changelog.html" class="nav-link">
<span class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="6" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M9 18h6a2 2 0 0 0 2 -2v-5" /><polyline points="14 14 17 11 20 14" /></svg>
</span>
Changelog
<span class="badge bg-blue-lt ml-auto">1.0.0-alpha.14</span>
</a>
</li>
</ul>
</div>
<div class="col-lg-9">
<div class="card card-lg">
<div class="card-body">
<div class="markdown">
<div class="mb-5">
<div class="d-flex mb-3">
<h1 class="mt-0">Usage</h1>
</div>
<p>Tabler distributions are available on npm. Add tabler as a dependency in your npm project or use a specific version directly in your HTML files via CDN includes.</p>
</div>
<h2 id="installation">Installation</h2>
<p>To install the latest <code class="language-plaintext highlighter-rouge">tabler</code> npm package in your project run:</p>
<div class="language-sh highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code>npm <span class="nb">install</span> @tabler/core
</code></pre>
</div>
</div>
<p>Tabler <code class="language-plaintext highlighter-rouge">1.0.0</code> major version is now in active development. To get the latest <code class="language-plaintext highlighter-rouge">alpha</code> version run:</p>
<div class="language-sh highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code>npm <span class="nb">install</span> @tabler/core@alpha
</code></pre>
</div>
</div>
<h2 id="cdn-support">CDN support</h2>
<p>All files included in <code class="language-plaintext highlighter-rouge">@tabler/core</code> npm package are available over a CDN.</p>
<h3 id="javascript">Javascript</h3>
<div class="language-html highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code><span class="nt">&lt;script </span><span class="na">src=</span><span class="s">"https://unpkg.com/@tabler/core@latest/dist/js/tabler.min.js"</span><span class="nt">&gt;&lt;/script&gt;</span>
</code></pre>
</div>
</div>
<h3 id="styles">Styles</h3>
<div class="language-html highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code><span class="nt">&lt;link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://unpkg.com/@tabler/core@latest/dist/css/tabler.min.css"</span><span class="nt">&gt;</span>
</code></pre>
</div>
</div>
<h3 id="other-versions">Other versions</h3>
<p>To load a specific version replace <code class="language-plaintext highlighter-rouge">latest</code> with the desired version number.</p>
<div class="language-html highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code><span class="nt">&lt;link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://unpkg.com/@tabler/core@1.0.0-alpha.13/dist/css/tabler.min.css"</span><span class="nt">&gt;</span>
</code></pre>
</div>
</div>
<p>To load the latest <code class="language-plaintext highlighter-rouge">alpha</code> version replace <code class="language-plaintext highlighter-rouge">latest</code> with <code class="language-plaintext highlighter-rouge">alpha</code>.</p>
<div class="language-html highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code><span class="nt">&lt;script </span><span class="na">src=</span><span class="s">"https://unpkg.com/@tabler/core@alpha/dist/js/tabler.min.js"</span><span class="nt">&gt;&lt;/script&gt;</span>
</code></pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-transparent d-print-none">
<div class="container">
<div class="row text-center align-items-center flex-row-reverse">
<div class="col-lg-auto ml-lg-auto">
<ul class="list-inline list-inline-dots mb-0">
<li class="list-inline-item"><a href="../docs/index.html" class="link-secondary">Documentation</a></li>
<li class="list-inline-item"><a href="../license.html" class="link-secondary">License</a></li>
<li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary">Source code</a></li>
</ul>
</div>
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
<ul class="list-inline list-inline-dots mb-0">
<li class="list-inline-item">
Copyright © 2020
<a href=".." class="link-secondary">Tabler</a>.
All rights reserved.
</li>
<li class="list-inline-item">
<a href="../changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<!-- Libs JS -->
<script src="../dist/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<!-- Tabler Core -->
<script src="../dist/js/tabler.min.js"></script>
<script>
document.body.style.display = "block"
</script>
</body>
</html>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -575,7 +575,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -347,7 +347,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -1595,26 +1595,26 @@
<div class="mb-3">
<label class="form-label">Select with avatars</label>
<select name="people" id="select-people" class="form-select">
<option value="1" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/000m.jpg)\"></span>"}'>Paweł Kuna</option>
<option value="2" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\">JL</span>"}'>Jeffie Lewzey</option>
<option value="3" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/002m.jpg)\"></span>"}'>Mallory Hulme</option>
<option value="4" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/003m.jpg)\"></span>"}' selected>Dunn Slane</option>
<option value="5" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/000f.jpg)\"></span>"}'>Emmy Levet</option>
<option value="6" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/001f.jpg)\"></span>"}'>Maryjo Lebarree</option>
<option value="7" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\">EP</span>"}'>Egan Poetz</option>
<option value="8" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/002f.jpg)\"></span>"}'>Kellie Skingley</option>
<option value="9" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/003f.jpg)\"></span>"}'>Christabel Charlwood</option>
<option value="10" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\">HS</span>"}'>Haskel Shelper</option>
<option value="11" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/006m.jpg)\"></span>"}'>Lorry Mion</option>
<option value="12" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/004f.jpg)\"></span>"}'>Leesa Beaty</option>
<option value="13" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/007m.jpg)\"></span>"}'>Perren Keemar</option>
<option value="14" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\">SA</span>"}'>Sunny Airey</option>
<option value="15" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/009m.jpg)\"></span>"}'>Geoffry Flaunders</option>
<option value="16" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/010m.jpg)\"></span>"}'>Thatcher Keel</option>
<option value="17" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/005f.jpg)\"></span>"}'>Dyann Escala</option>
<option value="18" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/006f.jpg)\"></span>"}'>Avivah Mugleston</option>
<option value="19" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\">AA</span>"}'>Arlie Armstead</option>
<option value="20" data-data='{"avatar": "<span class=\"avatar avatar-sm rounded mr-2 ml-n1\" style=\"background-image: url(./static/avatars/008f.jpg)\"></span>"}'>Tessie Curzon</option>
<option value="1" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/000m.jpg)\"></span>"}'>Paweł Kuna</option>
<option value="2" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\">JL</span>"}'>Jeffie Lewzey</option>
<option value="3" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/002m.jpg)\"></span>"}'>Mallory Hulme</option>
<option value="4" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/003m.jpg)\"></span>"}' selected>Dunn Slane</option>
<option value="5" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/000f.jpg)\"></span>"}'>Emmy Levet</option>
<option value="6" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/001f.jpg)\"></span>"}'>Maryjo Lebarree</option>
<option value="7" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\">EP</span>"}'>Egan Poetz</option>
<option value="8" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/002f.jpg)\"></span>"}'>Kellie Skingley</option>
<option value="9" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/003f.jpg)\"></span>"}'>Christabel Charlwood</option>
<option value="10" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\">HS</span>"}'>Haskel Shelper</option>
<option value="11" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/006m.jpg)\"></span>"}'>Lorry Mion</option>
<option value="12" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/004f.jpg)\"></span>"}'>Leesa Beaty</option>
<option value="13" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/007m.jpg)\"></span>"}'>Perren Keemar</option>
<option value="14" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\">SA</span>"}'>Sunny Airey</option>
<option value="15" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/009m.jpg)\"></span>"}'>Geoffry Flaunders</option>
<option value="16" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/010m.jpg)\"></span>"}'>Thatcher Keel</option>
<option value="17" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/005f.jpg)\"></span>"}'>Dyann Escala</option>
<option value="18" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/006f.jpg)\"></span>"}'>Avivah Mugleston</option>
<option value="19" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\">AA</span>"}'>Arlie Armstead</option>
<option value="20" data-data='{"avatar": "<span class=\"avatar avatar-xs rounded mr-2\" style=\"background-image: url(./static/avatars/008f.jpg)\"></span>"}'>Tessie Curzon</option>
</select>
</div>
<div class="mb-3">
@@ -1780,7 +1780,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -1896,10 +1896,10 @@
$('#select-countries').selectize({
render: {
option: function (data, escape) {
return '<div class="option"><span class="flag flag-country-' + data.flag + ' mr-2 ml-n1"></span>' + escape(data.text) + '</div>';
return '<div class="option"><span class="flag flag-country-' + data.flag + ' mr-2"></span>' + escape(data.text) + '</div>';
},
item: function (data, escape) {
return '<div class="d-flex align-items-center"><span class="flag flag-country-' + data.flag + ' mr-2 ml-n1"></span>' + escape(data.text) + '</div>';
return '<div class="d-flex align-items-center"><span class="flag flag-country-' + data.flag + ' mr-2"></span>' + escape(data.text) + '</div>';
}
}
});
@@ -1910,10 +1910,10 @@
$('#select-states').selectize({
render: {
option: function (data, escape) {
return '<div class="option"><span class="flag flag-country-' + data.flag + ' mr-2 ml-n1"></span>' + escape(data.text) + '</div>';
return '<div class="option"><span class="flag flag-country-' + data.flag + ' mr-2"></span>' + escape(data.text) + '</div>';
},
item: function (data, escape) {
return '<div class="d-flex align-items-center"><span class="flag flag-country-' + data.flag + ' mr-2 ml-n1"></span>' + escape(data.text) + '</div>';
return '<div class="d-flex align-items-center"><span class="flag flag-country-' + data.flag + ' mr-2"></span>' + escape(data.text) + '</div>';
}
}
});

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -674,7 +674,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -627,7 +627,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-7"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1061,7 +1061,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-8"></div>
</td>
</tr>
<tr>
@@ -1074,7 +1073,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-9"></div>
</td>
</tr>
<tr>
@@ -1087,7 +1085,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-10"></div>
</td>
</tr>
<tr>
@@ -1100,7 +1097,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-11"></div>
</td>
</tr>
</table>
@@ -1718,7 +1714,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2132,11 +2128,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-7'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2232,126 +2229,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-8'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-9'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-10'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-11'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -445,7 +445,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -662,7 +662,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-12"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1096,7 +1096,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-13"></div>
</td>
</tr>
<tr>
@@ -1109,7 +1108,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-14"></div>
</td>
</tr>
<tr>
@@ -1122,7 +1120,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-15"></div>
</td>
</tr>
<tr>
@@ -1135,7 +1132,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-16"></div>
</td>
</tr>
</table>
@@ -1753,7 +1749,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2167,11 +2163,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-12'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2267,126 +2264,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-13'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-14'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-15'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-16'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -623,7 +623,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-17"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1057,7 +1057,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-18"></div>
</td>
</tr>
<tr>
@@ -1070,7 +1069,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-19"></div>
</td>
</tr>
<tr>
@@ -1083,7 +1081,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-20"></div>
</td>
</tr>
<tr>
@@ -1096,7 +1093,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-21"></div>
</td>
</tr>
</table>
@@ -1714,7 +1710,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2128,11 +2124,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-17'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2228,126 +2225,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-18'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-19'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-20'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-21'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -623,7 +623,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-22"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1057,7 +1057,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-23"></div>
</td>
</tr>
<tr>
@@ -1070,7 +1069,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-24"></div>
</td>
</tr>
<tr>
@@ -1083,7 +1081,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-25"></div>
</td>
</tr>
<tr>
@@ -1096,7 +1093,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-26"></div>
</td>
</tr>
</table>
@@ -1714,7 +1710,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2128,11 +2124,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-22'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2228,126 +2225,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-23'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-24'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-25'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-26'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -627,7 +627,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-27"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1061,7 +1061,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-28"></div>
</td>
</tr>
<tr>
@@ -1074,7 +1073,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-29"></div>
</td>
</tr>
<tr>
@@ -1087,7 +1085,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-30"></div>
</td>
</tr>
<tr>
@@ -1100,7 +1097,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-31"></div>
</td>
</tr>
</table>
@@ -1718,7 +1714,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2132,11 +2128,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-27'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2232,126 +2229,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-28'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-29'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-30'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-31'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -611,7 +611,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-32"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1045,7 +1045,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-33"></div>
</td>
</tr>
<tr>
@@ -1058,7 +1057,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-34"></div>
</td>
</tr>
<tr>
@@ -1071,7 +1069,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-35"></div>
</td>
</tr>
<tr>
@@ -1084,7 +1081,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-36"></div>
</td>
</tr>
</table>
@@ -1702,7 +1698,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2116,11 +2112,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-32'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2216,126 +2213,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-33'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-34'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-35'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-36'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -627,7 +627,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-37"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1061,7 +1061,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-38"></div>
</td>
</tr>
<tr>
@@ -1074,7 +1073,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-39"></div>
</td>
</tr>
<tr>
@@ -1087,7 +1085,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-40"></div>
</td>
</tr>
<tr>
@@ -1100,7 +1097,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-41"></div>
</td>
</tr>
</table>
@@ -1718,7 +1714,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2132,11 +2128,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-37'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2232,126 +2229,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-38'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-39'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-40'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-41'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -627,7 +627,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-42"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1061,7 +1061,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-43"></div>
</td>
</tr>
<tr>
@@ -1074,7 +1073,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-44"></div>
</td>
</tr>
<tr>
@@ -1087,7 +1085,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-45"></div>
</td>
</tr>
<tr>
@@ -1100,7 +1097,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-46"></div>
</td>
</tr>
</table>
@@ -1718,7 +1714,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2132,11 +2128,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-42'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2232,126 +2229,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-43'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-44'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-45'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-46'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -627,7 +627,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-47"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1061,7 +1061,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-48"></div>
</td>
</tr>
<tr>
@@ -1074,7 +1073,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-49"></div>
</td>
</tr>
<tr>
@@ -1087,7 +1085,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-50"></div>
</td>
</tr>
<tr>
@@ -1100,7 +1097,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-51"></div>
</td>
</tr>
</table>
@@ -1718,7 +1714,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2132,11 +2128,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-47'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2232,126 +2229,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-48'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-49'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-50'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-51'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -623,7 +623,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-52"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1057,7 +1057,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-53"></div>
</td>
</tr>
<tr>
@@ -1070,7 +1069,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-54"></div>
</td>
</tr>
<tr>
@@ -1083,7 +1081,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-55"></div>
</td>
</tr>
<tr>
@@ -1096,7 +1093,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-56"></div>
</td>
</tr>
</table>
@@ -1714,7 +1710,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2128,11 +2124,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-52'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2228,126 +2225,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-53'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-54'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-55'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-56'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -627,7 +627,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-57"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1061,7 +1061,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-58"></div>
</td>
</tr>
<tr>
@@ -1074,7 +1073,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-59"></div>
</td>
</tr>
<tr>
@@ -1087,7 +1085,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-60"></div>
</td>
</tr>
<tr>
@@ -1100,7 +1097,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-61"></div>
</td>
</tr>
</table>
@@ -1718,7 +1714,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2132,11 +2128,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-57'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2232,126 +2229,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-58'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-59'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-60'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-61'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -611,7 +611,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-62"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1045,7 +1045,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-63"></div>
</td>
</tr>
<tr>
@@ -1058,7 +1057,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-64"></div>
</td>
</tr>
<tr>
@@ -1071,7 +1069,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-65"></div>
</td>
</tr>
<tr>
@@ -1084,7 +1081,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-66"></div>
</td>
</tr>
</table>
@@ -1702,7 +1698,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2116,11 +2112,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-62'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2216,126 +2213,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-63'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-64'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-65'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-66'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -611,7 +611,7 @@
<div class="position-absolute top-0 left-0 px-3 mt-1 w-50">
<div class="row g-2">
<div class="col-auto">
<div class="chart-sparkline chart-sparkline-square" id="sparkline-67"></div>
<div class="chart-sparkline chart-sparkline-square" id="sparkline-activity"></div>
</div>
<div class="col">
<div>Today's Earning: $4,262.40</div>
@@ -1045,7 +1045,6 @@
<td class="text-muted">3,654</td>
<td class="text-muted">82.54%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-68"></div>
</td>
</tr>
<tr>
@@ -1058,7 +1057,6 @@
<td class="text-muted">3,215</td>
<td class="text-muted">76.29%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-69"></div>
</td>
</tr>
<tr>
@@ -1071,7 +1069,6 @@
<td class="text-muted">2,865</td>
<td class="text-muted">72.65%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-70"></div>
</td>
</tr>
<tr>
@@ -1084,7 +1081,6 @@
<td class="text-muted">865</td>
<td class="text-muted">44.89%</td>
<td class="text-right w-1">
<div class="chart-sparkline" id="sparkline-71"></div>
</td>
</tr>
</table>
@@ -1702,7 +1698,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
@@ -2116,11 +2112,12 @@
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-67'), {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-activity'), {
chart: {
type: "radialBar",
fontFamily: 'inherit',
height: 40,
width: 40,
animations: {
enabled: false
},
@@ -2216,126 +2213,6 @@
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-68'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [17, 24, 20, 10, 5, 1, 4, 18, 13]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-69'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [13, 11, 19, 22, 12, 7, 14, 3, 21]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-70'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [10, 13, 10, 4, 17, 3, 23, 22, 19]
}],
})).render();
});
// @formatter:on
</script>
<script>
// @formatter:off
document.addEventListener("DOMContentLoaded", function () {
window.ApexCharts && (new ApexCharts(document.getElementById('sparkline-71'), {
chart: {
type: "line",
fontFamily: 'inherit',
height: 40,
animations: {
enabled: false
},
sparkline: {
enabled: true
},
},
tooltip: {
enabled: false,
},
stroke: {
width: 2,
lineCap: "round",
},
series: [{
color: "#206bc4",
data: [9, 6, 14, 11, 8, 24, 2, 16, 15]
}],
})).render();
});
// @formatter:on
</script>
<script>
document.body.style.display = "block"
</script>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -427,7 +427,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -650,7 +650,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -385,7 +385,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -391,7 +391,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -474,7 +474,7 @@ line 3 of code
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -376,7 +376,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -1009,7 +1009,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -1074,7 +1074,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -409,7 +409,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

370
demo/playground.html Normal file
View File

@@ -0,0 +1,370 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
-->
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>Playground - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
<!-- CSS files -->
<link href="./dist/css/tabler.min.css" rel="stylesheet"/>
<link href="./dist/css/tabler-flags.min.css" rel="stylesheet"/>
<link href="./dist/css/tabler-payments.min.css" rel="stylesheet"/>
<link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
<link href="./dist/css/demo.min.css" rel="stylesheet"/>
<style>
body {
display: none;
}
</style>
</head>
<body class="antialiased">
<div class="page">
<header class="navbar navbar-expand-md navbar-light d-print-none">
<div class="container-xl">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-menu">
<span class="navbar-toggler-icon"></span>
</button>
<a href="." class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pr-0 pr-md-3">
<img src="./static/logo.svg" width="110" height="32" alt="Tabler" class="navbar-brand-image">
</a>
<div class="navbar-nav flex-row order-md-last">
<div class="nav-item dropdown d-none d-md-flex mr-3">
<a href="#" class="nav-link px-0" data-toggle="dropdown" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /></svg>
<span class="badge bg-red"></span>
</a>
<div class="dropdown-menu dropdown-menu-right dropdown-menu-card">
<div class="card">
<div class="card-body">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus ad amet consectetur exercitationem fugiat in ipsa ipsum, natus odio quidem quod repudiandae sapiente. Amet debitis et magni maxime necessitatibus ullam.
</div>
</div>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-toggle="dropdown">
<span class="avatar avatar-sm" style="background-image: url(./static/avatars/000m.jpg)"></span>
<div class="d-none d-xl-block pl-2">
<div>Paweł Kuna</div>
<div class="mt-1 small text-muted">UI Designer</div>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
<a href="#" class="dropdown-item">Set status</a>
<a href="#" class="dropdown-item">Profile & account</a>
<a href="#" class="dropdown-item">Feedback</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">Settings</a>
<a href="#" class="dropdown-item">Logout</a>
</div>
</div>
</div>
</div>
</header>
<div class="navbar-expand-md">
<div class="collapse navbar-collapse" id="navbar-menu">
<div class="navbar navbar-light">
<div class="container-xl">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="5 12 3 12 12 3 21 12 19 12" /><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /></svg>
</span>
<span class="nav-link-title">
Home
</span>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#navbar-base" data-toggle="dropdown" role="button" aria-expanded="false" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /><line x1="12" y1="12" x2="20" y2="7.5" /><line x1="12" y1="12" x2="12" y2="21" /><line x1="12" y1="12" x2="4" y2="7.5" /><line x1="16" y1="5.25" x2="8" y2="9.75" /></svg>
</span>
<span class="nav-link-title">
User Interface
</span>
</a>
<div class="dropdown-menu">
<div class="dropdown-menu-columns">
<div class="dropdown-menu-column">
<a class="dropdown-item" href="./empty.html" >
Empty page
</a>
<a class="dropdown-item" href="./blank.html" >
Blank page
</a>
<a class="dropdown-item" href="./buttons.html" >
Buttons
</a>
<a class="dropdown-item" href="./cards.html" >
Cards
</a>
<a class="dropdown-item" href="./cards-masonry.html" >
Cards Masonry
</a>
<a class="dropdown-item" href="./dropdowns.html" >
Dropdowns
</a>
<a class="dropdown-item" href="./icons.html" >
Icons
</a>
<a class="dropdown-item" href="./modals.html" >
Modals
</a>
<a class="dropdown-item" href="./maps.html" >
Maps
</a>
<a class="dropdown-item" href="./maps-vector.html" >
Vector maps
</a>
<a class="dropdown-item" href="./navigation.html" >
Navigation
</a>
<a class="dropdown-item" href="./charts.html" >
Charts
</a>
</div>
<div class="dropdown-menu-column">
<a class="dropdown-item" href="./charts-heatmap.html" >
Charts heatmap
</a>
<a class="dropdown-item" href="./pagination.html" >
Pagination
</a>
<a class="dropdown-item" href="./skeleton.html" >
Skeleton
</a>
<a class="dropdown-item" href="./tabs.html" >
Tabs
</a>
<a class="dropdown-item" href="./tables.html" >
Tables
</a>
<a class="dropdown-item" href="./calendar.html" >
Calendar
</a>
<a class="dropdown-item" href="./carousel.html" >
Carousel
</a>
<a class="dropdown-item" href="./lists.html" >
Lists
</a>
<a class="dropdown-item" href="./typography.html" >
Typography
</a>
<a class="dropdown-item" href="./markdown.html" >
Markdown
</a>
<div class="dropright">
<a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-toggle="dropdown" role="button" aria-expanded="false" >
Authentication
</a>
<div class="dropdown-menu">
<a href="./sign-in.html" class="dropdown-item">Sign in</a>
<a href="./sign-up.html" class="dropdown-item">Sign up</a>
<a href="./forgot-password.html" class="dropdown-item">Forgot password</a>
<a href="./terms-of-service.html" class="dropdown-item">Terms of service</a>
<a href="./auth-lock.html" class="dropdown-item">Lock screen</a>
</div>
</div>
<div class="dropright">
<a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-toggle="dropdown" role="button" aria-expanded="false" >
Error pages
</a>
<div class="dropdown-menu">
<a href="./error-404.html" class="dropdown-item">404 page</a>
<a href="./error-500.html" class="dropdown-item">500 page</a>
<a href="./error-maintenance.html" class="dropdown-item">Maintenance page</a>
</div>
</div>
</div>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./form-elements.html" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="9 11 12 14 20 6" /><path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" /></svg>
</span>
<span class="nav-link-title">
Form elements
</span>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#navbar-extra" data-toggle="dropdown" role="button" aria-expanded="false" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
</span>
<span class="nav-link-title">
Extra
</span>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="./activity.html" >
Activity
</a>
<a class="dropdown-item" href="./gallery.html" >
Gallery
</a>
<a class="dropdown-item" href="./invoice.html" >
Invoice
</a>
<a class="dropdown-item" href="./search-results.html" >
Search results
</a>
<a class="dropdown-item" href="./pricing.html" >
Pricing cards
</a>
<a class="dropdown-item" href="./users.html" >
Users
</a>
<a class="dropdown-item" href="./license.html" >
License
</a>
<a class="dropdown-item" href="./music.html" >
Music
</a>
<a class="dropdown-item" href="./widgets.html" >
Widgets
</a>
<a class="dropdown-item" href="./wizard.html" >
Wizard
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#navbar-layout" data-toggle="dropdown" role="button" aria-expanded="false" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><rect x="4" y="4" width="6" height="5" rx="2" /><rect x="4" y="13" width="6" height="7" rx="2" /><rect x="14" y="4" width="6" height="7" rx="2" /><rect x="14" y="15" width="6" height="5" rx="2" /></svg>
</span>
<span class="nav-link-title">
Layout
</span>
</a>
<div class="dropdown-menu">
<div class="dropdown-menu-columns">
<div class="dropdown-menu-column">
<a class="dropdown-item" href="./layout-horizontal.html" >
Horizontal
</a>
<a class="dropdown-item" href="./layout-vertical.html" >
Vertical
</a>
<a class="dropdown-item" href="./layout-vertical-right.html" >
Right vertical
</a>
<a class="dropdown-item" href="./layout-condensed.html" >
Condensed
</a>
<a class="dropdown-item" href="./layout-condensed-dark.html" >
Condensed dark
</a>
<a class="dropdown-item" href="./layout-combo.html" >
Combined
</a>
</div>
<div class="dropdown-menu-column">
<a class="dropdown-item" href="./layout-navbar-dark.html" >
Navbar dark
</a>
<a class="dropdown-item" href="./layout-navbar-overlap.html" >
Navbar overlap
</a>
<a class="dropdown-item" href="./layout-dark.html" >
Dark mode
</a>
<a class="dropdown-item" href="./layout-rtl.html" >
RTL mode
</a>
<a class="dropdown-item" href="./layout-fluid.html" >
Fluid
</a>
<a class="dropdown-item" href="./layout-fluid-vertical.html" >
Fluid vertical
</a>
</div>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./docs/index.html" >
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><line x1="9" y1="9" x2="10" y2="9" /><line x1="9" y1="13" x2="15" y2="13" /><line x1="9" y1="17" x2="15" y2="17" /></svg>
</span>
<span class="nav-link-title">
Documentation
</span>
</a>
</li>
</ul>
<div class="my-2 my-md-0 flex-grow-1 flex-md-grow-0 order-first order-md-last">
<form action="." method="get">
<div class="input-icon">
<span class="input-icon-addon">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="10" cy="10" r="7" /><line x1="21" y1="21" x2="15" y2="15" /></svg>
</span>
<input type="text" class="form-control" placeholder="Search…">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container-xl">
<!-- Page title -->
<div class="page-header d-print-none">
<div class="row align-items-center">
<div class="col">
<h2 class="page-title">
Playground
</h2>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
</div>
</div>
</div>
<footer class="footer footer-transparent d-print-none">
<div class="container">
<div class="row text-center align-items-center flex-row-reverse">
<div class="col-lg-auto ml-lg-auto">
<ul class="list-inline list-inline-dots mb-0">
<li class="list-inline-item"><a href="./docs/index.html" class="link-secondary">Documentation</a></li>
<li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
<li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary">Source code</a></li>
</ul>
</div>
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
<ul class="list-inline list-inline-dots mb-0">
<li class="list-inline-item">
Copyright © 2020
<a href="." class="link-secondary">Tabler</a>.
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<!-- Libs JS -->
<script src="./dist/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<!-- Tabler Core -->
<script src="./dist/js/tabler.min.js"></script>
<script>
document.body.style.display = "block"
</script>
</body>
</html>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -471,7 +471,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -942,7 +942,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna

View File

@@ -2,147 +2,151 @@
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>/docs/alerts.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/autosize.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/avatars.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/badges.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/breadcrumb.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/buttons.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/cards.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/carousel.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/charts.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/colors.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/countup.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/cursors.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/divider.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/dropdowns.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/empty.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/flags.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/form-elements.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/form-helpers.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/icons.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/input-mask.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/modals.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/payments.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/progress.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/range-slider.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/ribbons.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/skeleton.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/spinners.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/steps.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/switch-icon.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/tables.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/tabs.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/timelines.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/toasts.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/tooltips.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/typography.html</loc>
<lastmod>2020-11-15T17:46:49+01:00</lastmod>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/docs/usage.html</loc>
<lastmod>2020-11-21T16:25:39+01:00</lastmod>
</url>
<url>
<loc>/500.html</loc>
@@ -270,6 +274,9 @@
<url>
<loc>/pagination.html</loc>
</url>
<url>
<loc>/playground.html</loc>
</url>
<url>
<loc>/pricing.html</loc>
</url>

View File

@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.13
* @version 1.0.0-alpha.14
* @link https://tabler.io
* Copyright 2018-2020 The Tabler Authors
* Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -544,7 +544,7 @@
All rights reserved.
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.13</a>
<a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
</li>
</ul>
</div>

Some files were not shown because too many files have changed in this diff Show More