Rtl Layout
To make an RTL layout in the theme change value in "/src/lib/stores/layoutStore.js".
themeDirection: 'rtl'
To make an LTR layout in the theme change value in "/Ablepro/Views/Shared/_config.cshtml".
themeDirection: 'ltr'
Last updated
To make an RTL layout in the theme change value in "/src/lib/stores/layoutStore.js".
themeDirection: 'rtl'
To make an LTR layout in the theme change value in "/Ablepro/Views/Shared/_config.cshtml".
themeDirection: 'ltr'
Last updated