Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perseusthegreat/bootstrap-4-rtl

Unofficial RTL-ized edition of Bootstrap 4.x
https://github.com/perseusthegreat/bootstrap-4-rtl

arabic bootstrap bootstrap-4 bootstrap-4-rtl bootstrap-rtl bootstrap4 bootstrap4-rtl css css-framework hebrew persian right-to-left rtl rtl-bootstrap scss scss-framework ui ui-ux uiux ux

Last synced: about 13 hours ago
JSON representation

Unofficial RTL-ized edition of Bootstrap 4.x

Awesome Lists containing this project

README

        

# Important:
From [TWBS official blog published at 2022-07-19](https://blog.getbootstrap.com/2022/07/19/bootstrap-4-6-2/):

From here, we don’t expect to ship any meaningful updates to v4.6.x other than major security or dependency updates. Everything will focus on v5 and beyond after this release, starting with the stable release of v5.2.0. Bootstrap 4 will officially end of life January 1, 2023, though you’re obviously welcome to continue using it longer than that. Follow our release repo to stay in the loop on release maintenance status.

---

# Bootstrap 4 RTL
- Latest dist.: [Version 4.6.2 (Official) + RTL 4.6.2 rev. 1 (Unofficial)](http://bootstrapper.ir/archive/bootstrap-4.6.2-plus-rtl-rev.1-dist.zip)
- Visit [full documentaions1](http://docs.bootstrapper.ir/) in RTL direction. (English docs)
- Visit [example pages2](http://example.bootstrapper.ir/) in RTL direction.

## Hints:
- Use this package like official package.
- Use `` for correct PRINT layout and also, because of MS IE (10-11) / EDGE (12-18) / EDGE (chromium) layout engine RTL capabilities.
- Use UTF-8 encoding.
- Always follow XHTML rules.
- `bootstrap.js` of this package contains a patch about Carousel. Use it to correct behaviors of Carousels on touchable devices.

## Usage:
- Install with [npm](https://www.npmjs.com/): `npm i @laylazi/bootstrap-rtl`
- Reference to latest version/revision on UNPKG CDN: [https://unpkg.com/@laylazi/bootstrap-rtl/](https://unpkg.com/@laylazi/bootstrap-rtl/)

## In case of adapting/converting Bootstrap 4.x templates:
- Replace official `bootstrap.js` references by `bootstrap.js` \[of this package\] , in all HTML files. (just in case of using BS Carousel)
- Replace all official `bootstrap.css` references by `bootstrap-rtl.css` in all HTML files.
- Inside every HTML file, find these direction specific CSS class names and change them:
- from `border-left` to `border-right` and vice versa.
- from `border-left-0` to `border-right-0` and vice versa.
- from `rounded-left` to `rounded-right` and vice versa.
- from `float-left` to `float-right` and vice versa.
- from `ml-*` to `mr-*` and vice versa.
- from `pl-*` to `pr-*` and vice versa.
- from `text-left` to `text-right` and vice versa.
- from `text-*-left` to `text-*-right` and vice versa.
- from `dropleft` to `dropright` and vice versa.
- from `dropdown-menu-left` to `dropdown-menu-right` and vice versa.
- from `dropdown-menu-*-left` to `dropdown-menu-*-right` and vice versa.
- Also, to correct **Popovers** / **Tooltips** direction, change all `data-placement="left"` to `data-placement="right"` and vice versa.
- After that, use [RTLCSS3](https://rtlcss.com/playground/) to adapt / convert all customized css codes to RTL edition.

## Footnotes:
1. [RTL documentations](http://docs.bootstrapper.ir/) is now online. 😈😎
- RTL docs have been tested on MS IE 11, MS Edge 18, latest [MS Edge (Chromium)](https://www.microsoft.com/en-us/edge), latest Firefox, and latest Chrome.
- MS Edge (12-18) has issues about RTL direction and sticky position. So, please use new [MS Edge (Chromium)](https://www.microsoft.com/en-us/edge) browser.
2. [RTL docs](http://docs.bootstrapper.ir/) and [RTL example pages](http://example.bootstrapper.ir/) repositories are combined.
3. [RTLCSS](https://github.com/MohammadYounes/rtlcss) is an impressive tool 🀯 created by [Mohammad Younes](https://github.com/MohammadYounes).
---



Bootstrap logo

Bootstrap


Sleek, intuitive, and powerful front-end framework for faster and easier web development.


Explore Bootstrap docs Β»




Report bug
Β·
Request feature
Β·
Themes
Β·
Blog

## Table of contents

- [Quick start](#quick-start)
- [Status](#status)
- [What's included](#whats-included)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [Thanks](#thanks)
- [Copyright and license](#copyright-and-license)

## Quick start

Several quick start options are available:

- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.6.2.zip)
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
- Install with [yarn](https://yarnpkg.com/): `yarn add [email protected]`
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.6.2`
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`

Read the [Getting started page](https://getbootstrap.com/docs/4.6/getting-started/introduction/) for information on the framework contents, templates and examples, and more.

## Status

[![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com/)
[![Build Status](https://img.shields.io/github/workflow/status/twbs/bootstrap/JS%20Tests/v4-dev?label=JS%20Tests&logo=github)](https://github.com/twbs/bootstrap/actions?query=workflow%3AJS+Tests+branch%3Av4-dev)
[![npm version](https://img.shields.io/npm/v/bootstrap)](https://www.npmjs.com/package/bootstrap)
[![Gem version](https://img.shields.io/gem/v/bootstrap)](https://rubygems.org/gems/bootstrap)
[![Meteor Atmosphere](https://img.shields.io/badge/meteor-twbs%3Abootstrap-blue)](https://atmospherejs.com/twbs/bootstrap)
[![Packagist Prerelease](https://img.shields.io/packagist/vpre/twbs/bootstrap)](https://packagist.org/packages/twbs/bootstrap)
[![NuGet](https://img.shields.io/nuget/vpre/bootstrap)](https://www.nuget.org/packages/bootstrap/absoluteLatest)
[![Coverage Status](https://img.shields.io/coveralls/github/twbs/bootstrap/v4-dev)](https://coveralls.io/github/twbs/bootstrap?branch=v4-dev)
[![CSS gzip size](https://img.badgesize.io/twbs/bootstrap/v4-dev/dist/css/bootstrap.min.css?compression=gzip&label=CSS%20gzip%20size)](https://github.com/twbs/bootstrap/blob/v4-dev/dist/css/bootstrap.min.css)
[![JS gzip size](https://img.badgesize.io/twbs/bootstrap/v4-dev/dist/js/bootstrap.min.js?compression=gzip&label=JS%20gzip%20size)](https://github.com/twbs/bootstrap/blob/v4-dev/dist/js/bootstrap.min.js)
[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229)](https://www.browserstack.com/automate/public-build/SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229)
[![Backers on Open Collective](https://img.shields.io/opencollective/backers/bootstrap)](#backers)
[![Sponsors on Open Collective](https://img.shields.io/opencollective/sponsors/bootstrap)](#sponsors)

## What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.

Download contents

```text
bootstrap/
└── dist/
β”œβ”€β”€ css/
β”‚ β”œβ”€β”€ bootstrap-grid.css
β”‚ β”œβ”€β”€ bootstrap-grid.css.map
β”‚ β”œβ”€β”€ bootstrap-grid.min.css
β”‚ β”œβ”€β”€ bootstrap-grid.min.css.map
β”‚ β”œβ”€β”€ bootstrap-reboot.css
β”‚ β”œβ”€β”€ bootstrap-reboot.css.map
β”‚ β”œβ”€β”€ bootstrap-reboot.min.css
β”‚ β”œβ”€β”€ bootstrap-reboot.min.css.map
β”‚ β”œβ”€β”€ bootstrap.css
β”‚ β”œβ”€β”€ bootstrap.css.map
β”‚ β”œβ”€β”€ bootstrap.min.css
β”‚ └── bootstrap.min.css.map
└── js/
β”œβ”€β”€ bootstrap.bundle.js
β”œβ”€β”€ bootstrap.bundle.js.map
β”œβ”€β”€ bootstrap.bundle.min.js
β”œβ”€β”€ bootstrap.bundle.min.js.map
β”œβ”€β”€ bootstrap.js
β”œβ”€β”€ bootstrap.js.map
β”œβ”€β”€ bootstrap.min.js
└── bootstrap.min.js.map
```

We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [Source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/), but not [jQuery](https://jquery.com/).

## Bugs and feature requests

Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/v4-dev/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).

## Documentation

Bootstrap's documentation, included in this repo in the root directory, is built with [Hugo](https://gohugo.io/) and publicly hosted on GitHub Pages at . The docs may also be run locally.

Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `site/assets/js/search.js`.

### Running documentation locally

1. Run `npm install` to install the Node.js dependencies, including Hugo (the site builder).
2. Run `npm run test` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
3. Run `npm start` to compile CSS and JavaScript files, generate our docs, and watch for changes.
4. Open `http://localhost:9001/` in your browser, and voilΓ .

Learn more about using Hugo by reading its [documentation](https://gohugo.io/documentation/).

### Documentation for previous releases

You can find all our previous releases docs on .

[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.

## Contributing

Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/v4-dev/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.

Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/v4-dev/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).

Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/v4-dev/.editorconfig) for easy use in common text editors. Read more and download plugins at .

## Community

Get updates on Bootstrap's development and chat with the project maintainers and community members.

- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com/).
- Join [the official Slack room](https://bootstrap-slack.herokuapp.com/).
- Chat with fellow Bootstrappers in IRC. On the `irc.libera.chat` server, in the `#bootstrap` channel.
- Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)).
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.

## Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](https://semver.org/). Sometimes we screw up, but we adhere to those rules whenever possible.

See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](https://blog.getbootstrap.com/) contain summaries of the most noteworthy changes made in each release.

## Creators

**Mark Otto**

-
-

**Jacob Thornton**

-
-

## Thanks


BrowserStack Logo

Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers!

## Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/bootstrap#sponsor)]

[![](https://opencollective.com/bootstrap/sponsor/0/avatar.svg)](https://opencollective.com/bootstrap/sponsor/0/website)
[![](https://opencollective.com/bootstrap/sponsor/1/avatar.svg)](https://opencollective.com/bootstrap/sponsor/1/website)
[![](https://opencollective.com/bootstrap/sponsor/2/avatar.svg)](https://opencollective.com/bootstrap/sponsor/2/website)
[![](https://opencollective.com/bootstrap/sponsor/3/avatar.svg)](https://opencollective.com/bootstrap/sponsor/3/website)
[![](https://opencollective.com/bootstrap/sponsor/4/avatar.svg)](https://opencollective.com/bootstrap/sponsor/4/website)
[![](https://opencollective.com/bootstrap/sponsor/5/avatar.svg)](https://opencollective.com/bootstrap/sponsor/5/website)
[![](https://opencollective.com/bootstrap/sponsor/6/avatar.svg)](https://opencollective.com/bootstrap/sponsor/6/website)
[![](https://opencollective.com/bootstrap/sponsor/7/avatar.svg)](https://opencollective.com/bootstrap/sponsor/7/website)
[![](https://opencollective.com/bootstrap/sponsor/8/avatar.svg)](https://opencollective.com/bootstrap/sponsor/8/website)
[![](https://opencollective.com/bootstrap/sponsor/9/avatar.svg)](https://opencollective.com/bootstrap/sponsor/9/website)

## Backers

Thank you to all our backers! πŸ™ [[Become a backer](https://opencollective.com/bootstrap#backer)]

[![Backers](https://opencollective.com/bootstrap/backers.svg?width=890)](https://opencollective.com/bootstrap#backers)

## Copyright and license

Code and documentation copyright 2011-2022 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).