RTL Support for Twitter Bootstrap 3
Since Bootstrap 3 introduced numerous architectural changes from its predecessor, solutions for RTL support in Bootstrap 2 are no longer applicable. This article discusses two viable options for implementing RTL support in Bootstrap 3.
Option 1: bootstrap-rtl
Bootstrap-rtl is a Bootstrap theme built on top of Bootstrap's core. It seamlessly integrates RTL support into your existing Bootstrap code. By utilizing bootstrap-rtl, you maintain code maintainability while benefiting from future Bootstrap updates. A CDN is available for easy integration.
Option 2: Stand-alone RTL Library
Alternatively, you can consider a stand-alone RTL library that offers RTL support independently. This approach provides the advantage of additional Arabic font options.
Advantages of bootstrap-rtl
Advantages of Stand-alone RTL Library
The above is the detailed content of How to Implement Right-to-Left (RTL) Support in Bootstrap 3?. For more information, please follow other related articles on the PHP Chinese website!