SuretnoHQ / nuxt-coreui

💫 NuxtJS + CoreUI Project — Unofficial Nuxt + CoreUI project, free to use boilerplate for every need.
183 stars 76 forks source link

RTL Support #6

Closed zshahab91 closed 6 years ago

zshahab91 commented 6 years ago

how to set dir rtl in tag html in app.template.html for rtl support

SuretnoHQ commented 6 years ago

Hi @zshahab91,

Just add htmlAttrs attribute at nuxt.config.js before title, like code below :

// nuxt.config.js

head: {
    htmlAttrs: {
      dir: 'rtl'
    },
    title: 'Nuxt CoreUI',
    ...
}

Thank you

zshahab91 commented 6 years ago

@muhibbudins thanks a lot

SuretnoHQ commented 6 years ago

@zshahab91 ur welcome 👍

hbsoftco commented 4 years ago

Rtl mode is not working correctly. The page crashes when I try to close the sidebar.

1

It also has a bug in mobile mode

2