SahraCompany / Bootstrap-4.x-RTL

Full Support Bootstrap 4.1.3 RTL
7 stars 11 forks source link
arabic bootstrap-rtl bootstrap4 bootstrap4-rtl farsi full-rtl persian right-to-left rtl sahra

Bootstrap-4.1.3-rtl


Note: this version of bootstrap add full rtl support to bootstrap 4.1.3

Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.

As we were trying to change CSS and JS to be RTL we pass some steps

Follow these steps to have RTL CSS:

Follow these steps to have RTL JS:

Add bootstrap-rtl.css and bootstrap-rtl.js to your project :

Note: add poper.js before bootstrap-rtl.js


<!-- Bootstrap 4.x RTL CSS -->

<link rel="stylesheet" href="https://github.com/SahraCompany/Bootstrap-4.x-RTL/blob/master/bootstrap-rtl.css">

<!-- Bootstrap 4.x RTL JS -->

<Script src="https://github.com/SahraCompany/Bootstrap-4.x-RTL/raw/master/bootstrap-rtl.js"></Script>

Or load it from CDN:


<!-- Load Bootstrap 4.x RTL CSS from our CDN -->

<link rel="stylesheet" href="https://github.com/SahraCompany/Bootstrap-4.x-RTL/blob/master//cdn.xxxxx">

<!-- Load Bootstrap 4.x RTL JS from our CDN -->

<Script src="https://github.com/SahraCompany/Bootstrap-4.x-RTL/raw/master//cdn.xxx"></Script>

Feature requests, and bug fixes

If you want a feature or a bug fixed, report it via project's issues tracker. However, if it's something you can fix yourself, fork the project, do whatever it takes to resolve it, and finally submit a pull request. I will personally thank you, and add your name to the list of contributors.

Author

License

I have no idea what licenses are for exactly. So there is no license control over this bootstrap-rtl project. However bootstrap itself is licensed by Twitter, Inc. under the MIT License (MIT).