RTL Mode
RTL Mode Setting
You need to uncomment the below code in the
assets/scss/app.scss
file.
// @import 'rtl/components/components';
// @import 'rtl/pages/pages';
// @import 'rtl/apps/apps';
// @import 'rtl/plugins/plugins';
// @import 'rtl/structure/structure';
and add the below attribute in the
index.html file
html tag
.
dir="rtl"
so you final html tag will be
<html dir="rtl">