Bootstrap Rtl screenshot

Bootstrap Rtl

Author Avatar Theme by Morteza
Updated: 8 Jan 2020
950 Stars

RTL Theme for Bootstrap v3.x

Categories

Overview:

Bootstrap RTL is a theme for Bootstrap 3 that provides right-to-left capability. It is designed to be used as an extension on top of the original Bootstrap framework, allowing developers to easily create RTL websites. The theme includes CSS files for both the original Bootstrap and the RTL version, as well as a minified version. It can be downloaded from the project’s GitHub repository or installed via Bower.

Features:

  • Right-to-left capability: Allows developers to create RTL websites using Bootstrap 3.
  • Auto Flip: Provides a custom class, .flip, that automatically flips placements from right to left and vice versa for bilingual pages.
  • Easy installation: Can be downloaded from GitHub or installed via Bower.
  • Grunt integration: Uses Grunt for working with the framework, allowing developers to easily compile the CSS and JavaScript files.

Installation:

To install the Bootstrap RTL theme, follow these steps:

  1. Download the latest release from the project’s GitHub repository.
  2. Check the examples/ directory for more information on how to use the theme.
  3. Alternatively, you can install it via Bower by running the following command:
    bower install bootstrap-rtl
    
    This will install the latest version of the theme under the bower_components/bootstrap-rtl/ directory.

In addition to the Bootstrap distribution, the theme also provides LESS codes for the RTL theme and compiled CSS files (bootstrap-rtl.css and bootstrap-rtl.min.css). These files can be found in the dist/ directory.

Summary:

Bootstrap RTL is a theme for Bootstrap 3 that allows developers to create right-to-left websites. It provides a simple and robust solution for RTL support by extending the original Bootstrap framework. The theme includes features such as auto flip for bilingual pages and easy installation via GitHub or Bower. With support for Grunt integration, developers can easily compile the CSS and JavaScript files. Overall, Bootstrap RTL is a useful tool for developers who need to create RTL websites using Bootstrap 3.