sleek-dashboard
Version:
Premium & Free Bootstrap 4 admin dashboard template by TAFcoder.com
32 lines (29 loc) • 1.08 kB
HTML
---
layout: default
title: "Sleek - Admin Dashboard Template"
parent: "documentation"
sub_parent: ""
activePage: "rtl"
plugins: ["chart_js", "vector_map", "date_range_picker"]
---
<div class="row">
<div class="col-lg-12">
<div class="card card-default">
<div class="card-header justify-content-between">
<h2>RTL Direction</h2>
</div>
<div class="card-body">
<blockquote class="blockquote">
<p class="mb-0">To use RTL direction set the dir='rtl' in <code><html></code> and replace
<code>assets/css/sleek.css</code> with <code>assets/css/sleek.rtl.css</code> inside <head></p>
</blockquote>
<pre class="mt-4"><code>
<!-- Rtl Direction -->
<html dir="rtl"></html>
<!-- Stylesheet URL -->
<link id="sleek-css" rel="stylesheet" href="assets/css/sleek.rtl.css">
</code></pre>
</div>
</div>
</div>
</div>