1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

readme, Tabler sponsors

This commit is contained in:
codecalm
2020-02-08 20:23:23 +01:00
parent 019037c65a
commit 5e0a66281a
15 changed files with 696 additions and 34 deletions

View File

@@ -2,22 +2,28 @@
A premium and open source dashboard template with a responsive and high-quality UI. A premium and open source dashboard template with a responsive and high-quality UI.
👉 [Become a sponsor to Tabler](https://github.com/sponsors/codecalm) 🚀 <a href="https://github.com/sponsors/codecalm" target="_blank"><img src="/static/sponsor-banner-readme.svg?raw=true" alt="Sponsor Tabler" /></a>
<br><br><br> <br><br><br>
[![Backers on Open Collective](https://opencollective.com/tabler/backers/badge.svg)](#backers) ----
[![Sponsors on Open Collective](https://opencollective.com/tabler/sponsors/badge.svg)](#sponsors)
<br><br><br>
# Tabler preview
<strong><a href="https://preview-dev.tabler.io">View Demo</a> | <a href="https://github.com/tabler/tabler-react">View React Version</a> | <a href="https://github.com/tabler/tabler/archive/master.zip">Download ZIP</a> | <a href="https://join.slack.com/t/tabler-ui/shared_invite/enQtMzQxMTYxODk5NDYwLWU4Y2FiNWYxN2UyNWUzOTBjNmU0ZGM2ZDViMjQzMWMyZWM0ZDFkMGRhZGFiYzFhZjM1NmIxOGQ2ZDUwZjlhMTU">Join us on Slack</a></strong> <strong><a href="https://preview-dev.tabler.io">View Demo</a> | <a href="https://github.com/tabler/tabler-react">View React Version</a> | <a href="https://github.com/tabler/tabler/archive/master.zip">Download ZIP</a> | <a href="https://join.slack.com/t/tabler-ui/shared_invite/enQtMzQxMTYxODk5NDYwLWU4Y2FiNWYxN2UyNWUzOTBjNmU0ZGM2ZDViMjQzMWMyZWM0ZDFkMGRhZGFiYzFhZjM1NmIxOGQ2ZDUwZjlhMTU">Join us on Slack</a></strong>
![Tabler preview](https://raw.githubusercontent.com/tabler/tabler/dev/static/tabler-preview.png) ![Tabler preview](/static/tabler-preview.png?raw=true)
## Status ## Status
<a href="https://www.npmjs.com/package/tabler"><a href="#backers" alt="sponsors on Open Collective"><img src="https://opencollective.com/tabler/backers/badge.svg"/></a> <a href="#sponsors" alt="Sponsors on Open Collective"><img src="https://opencollective.com/tabler/sponsors/badge.svg"/></a> <img src="https://img.shields.io/npm/dt/tabler.svg" alt="Total Downloads"></a> <a href="https://github.com/tabler/tabler/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/tabler.svg" alt="License"></a> <a href="https://github.com/tabler/tabler/releases"><img src="https://img.shields.io/npm/v/tabler.svg" alt="Latest Release"></a> <a href="https://www.npmjs.com/package/tabler"><a href="#backers" alt="sponsors on Open Collective"><img src="https://opencollective.com/tabler/backers/badge.svg"/></a> <a href="#sponsors" alt="Sponsors on Open Collective"><img src="https://opencollective.com/tabler/sponsors/badge.svg"/></a> <img src="https://img.shields.io/npm/dt/tabler.svg" alt="Total Downloads"></a> <a href="https://github.com/tabler/tabler/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/tabler.svg" alt="License"></a> <a href="https://github.com/tabler/tabler/releases"><img src="https://img.shields.io/npm/v/tabler.svg" alt="Latest Release"></a>
[![Backers on Open Collective](https://opencollective.com/tabler/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/tabler/sponsors/badge.svg)](#sponsors)
## Features ## Features
We've created this admin panel for everyone who wants to create templates based on our pre-made components. Our mission is to deliver a user-friendly, clear and easy administration panel that can be used by both simple websites and sophisticated systems. The only requirement is basic HTML and CSS (and some [Liquid](https://github.com/Shopify/liquid/wiki)) knowledge — as a reward, you'll be able to manage and visualise different types of data in the easiest possible way! We've created this admin panel for everyone who wants to create templates based on our pre-made components. Our mission is to deliver a user-friendly, clear and easy administration panel that can be used by both simple websites and sophisticated systems. The only requirement is basic HTML and CSS (and some [Liquid](https://github.com/Shopify/liquid/wiki)) knowledge — as a reward, you'll be able to manage and visualise different types of data in the easiest possible way!

View File

@@ -5,6 +5,7 @@ version: 1.0.0-alpha.3
title: Tabler title: Tabler
description: Premium and Open Source dashboard template with responsive and high quality UI. description: Premium and Open Source dashboard template with responsive and high quality UI.
github_url: https://github.com/tabler/tabler github_url: https://github.com/tabler/tabler
sponsor_url: https://github.com/sponsors/codecalm
debug: false debug: false

View File

@@ -150,6 +150,7 @@ development-activity:
legend-position: 'top' legend-position: 'top'
sparkline: true sparkline: true
datetime: true datetime: true
title: Development Activity
series: series:
- name: 'Purchases' - name: 'Purchases'
color: blue color: blue

View File

@@ -21,9 +21,3 @@
unique: 865 unique: 865
bounce-rate: 44.89% bounce-rate: 44.89%
data: 9, 6, 14, 11, 8, 24, 2, 16, 15 data: 9, 6, 14, 11, 8, 24, 2, 16, 15
- uri: /about.html
visitors: 12
unique: 10
bounce-rate: 90.6%
data: 4, 11, 3, 7, 8, 21, 23, 13, 19

View File

@@ -9,7 +9,7 @@
<tr> <tr>
<th>Page name</th> <th>Page name</th>
<th>Visitors</th> <th>Visitors</th>
<th>Unique page visits</th> <th>Unique</th>
<th colspan="2">Bounce rate</th> <th colspan="2">Bounce rate</th>
</tr> </tr>
</thead> </thead>

View File

@@ -0,0 +1,3 @@
<a href="{{ site.sponsor_url }}" class="card card-sponsor" target="_blank" style="background-image: url({{ site.base }}/static/sponsor-banner-homepage.svg)">
<div class="card-body"></div>
</a>

View File

@@ -4,3 +4,47 @@
{% include parts/form/selectgroup-project-manager.html %} {% include parts/form/selectgroup-project-manager.html %}
<div class="mb-3">
<label class="form-label">Buttons group</label>
<div class="btn-group w-100p">
<button type="button" class="btn btn-secondary">1 min</button>
<button type="button" class="btn btn-secondary active">5 min</button>
<button type="button" class="btn btn-secondary">10 min</button>
<button type="button" class="btn btn-secondary">30 min</button>
</div>
</div>
<div class="mb-3">
<label class="form-label">Buttons group with dropdown</label>
<div class="btn-group w-100p">
<button type="button" class="btn btn-secondary">Option 1</button>
<button type="button" class="btn btn-secondary">Option 2</button>
<button type="button" class="btn btn-secondary active">Option 3</button>
<div class="btn-group" role="group">
<button id="btnGroupDrop1" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Other
</button>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" href="#">
Option 4
</a>
<a class="dropdown-item" href="#">
Option 5
</a>
<a class="dropdown-item" href="#">
Option 6
</a>
</div>
</div>
</div>
</div>
<div class="mb-3">
<label class="form-label">Toolbar</label>
<div class="btn-group w-100p">
{% assign icons = "bold,italic,underline,copy,scissors,file-plus,file-minus" | split: ',' %}
{% for icon in icons %}
{% include ui/button.html color="secondary" icon=icon icon-only=true %}
{% endfor %}
</div>
</div>

View File

@@ -66,25 +66,11 @@
{% include cards/small-stats.html color="yellow" chart-type="pie" chart-data="22/100" color="yellow" count="132" subtitle="Comments" description="16 waiting" %} {% include cards/small-stats.html color="yellow" chart-type="pie" chart-data="22/100" color="yellow" count="132" subtitle="Comments" description="16 waiting" %}
</div> </div>
<div class="col-lg-9"> <div class="col-md-6 col-lg-8">
{% include cards/most-visited-pages.html %} {% include cards/most-visited-pages.html %}
</div> </div>
<div class="col-lg-3"> <div class="col-md-6 col-lg-4">
{% include cards/social-traffic.html %} {% include cards/sponsor.html %}
</div>
</div>
{% include layout/page-header.html title="Invoices" %}
<div class="row row-deck row-cards">
<div class="col-12">
{% include cards/invoices.html %}
</div>
<div class="col-12">
{% include cards/table-users.html %}
</div> </div>
</div> </div>

View File

@@ -3,6 +3,9 @@
{% include layout/navbar-logo.html class="d-none-navbar-vertical" %} {% include layout/navbar-logo.html class="d-none-navbar-vertical" %}
<ul class="navbar-nav ml-auto"> <ul class="navbar-nav ml-auto">
<li class="nav-item">
{% include ui/button.html color="secondary" size="sm" text="Source code" href=site.github_url external=true %}
</li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="#">Link</a> <a class="nav-link" href="#">Link</a>
</li> </li>

View File

@@ -1,3 +1,10 @@
@import "config"; @import "config";
@import "demo/highlight"; @import "demo/highlight";
@import "demo/examples"; @import "demo/examples";
.card-sponsor {
background: #dbe7f6 no-repeat center/100% 100%;
border-color: #548ed2;
min-height: 316px;
}

View File

@@ -152,6 +152,7 @@ Vertical navbar
.navbar-nav { .navbar-nav {
flex-direction: column; flex-direction: column;
align-items: normal;
margin-left: -($sidenav-padding); margin-left: -($sidenav-padding);
margin-right: -($sidenav-padding); margin-right: -($sidenav-padding);
@@ -334,6 +335,8 @@ Navbar colors
box-shadow: 0 0 0 1px $border-color; box-shadow: 0 0 0 1px $border-color;
.navbar-nav { .navbar-nav {
align-items: center;
.nav-link { .nav-link {
color: inherit; color: inherit;
opacity: $text-muted-opacity; opacity: $text-muted-opacity;

View File

@@ -2,11 +2,14 @@
@include button-variant($white, $border-color, $dark); @include button-variant($white, $border-color, $dark);
background-image: linear-gradient(-180deg, rgba($dark, 0), rgba($dark, .04) 100%); background-image: linear-gradient(-180deg, rgba($dark, 0), rgba($dark, .04) 100%);
box-shadow: none !important; box-shadow: none !important;
&.active {
background: $primary;
color: $white;
z-index: 3 !important;
}
} }
.btn-outlined-secondary {
@include button-outline-variant($white, $border-color, $dark);
}
.btn { .btn {
font-weight: 600; font-weight: 600;
@@ -50,7 +53,7 @@
svg.icon { svg.icon {
width: 1em; width: 1em;
height: 1em; height: 1em;
stroke-width: 1.5; stroke-width: 1.75;
} }
} }

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 175 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

After

Width:  |  Height:  |  Size: 412 KiB