bootstrap-v4-rtl
Version:
The most popular front-end framework for developing responsive, mobile first projects on the web.
64 lines (45 loc) • 1.7 kB
Markdown
<p align="center">
<a href="https://getbootstrap.com">
<img src="http://v4-alpha.getbootstrap.com/assets/brand/bootstrap-solid.svg" width=72 height=72>
</a>
<h3 align="center">Bootstrap RTL</h3>
<p align="center">
based on version 4.1.1
</p>
<p align="center">
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
<br>
<a href="https://getbootstrap.com"><strong>Explore Bootstrap docs »</strong></a>
<br>
</p>
</p>
<br>
## Install
Install with npm:
`npm i bootstrap-v4-rtl`
## Quick start
Add `rtl` class to any element and every thing inside that turn to RTL layout
## 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. You'll see something like this:
```
bootstrap/
├── css/
│ ├── bootstrap-rtl.css
│ ├── bootstrap-rtl.css.map
│ ├── bootstrap-rtl.min.css
│ └── bootstrap-rtl.min.css.map
└── js/
├── bootstrap.js
└── bootstrap.min.js
```
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/web/tools/chrome-devtools/debug/readability/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools.
## Creators
**Mark Otto**
- <https://twitter.com/mdo>
- <https://github.com/mdo>
**Jacob Thornton**
- <https://twitter.com/fat>
- <https://github.com/fat>
**Mahdi Majidzadeh** (rtl version)
- <https://twitter.com/mahdimajidzadeh>
- <https://github.com/mahdimajidzadeh>