@@include('header.htm', { "title": "RTL - Sleek Admin Dashboard Template", "vector_map": "", "date_range_picker": "", "select2": "", "ladda": "", "toastr": "", "flag_icon": "", "full_calendar_core": "", "full_calendar_daygrid": "", "data_table": "", "responsive_data_table": "", "expendable_data_table": "" }) @@include('sidebar.htm', { "parent": "documentation", "sub_parent": "documentation", "active": "rtl" }) @@include('top-bar.htm')
To use RTL direction set the dir='rtl' in
<html>
and replaceassets/css/sleek.css
withassets/css/sleek.rtl.css
inside <head>
<!-- Rtl Direction -->
<html dir="rtl"></html>
<!-- Stylesheet URL -->
<link id="sleek-css" rel="stylesheet" href="assets/css/sleek.rtl.css">