Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MahdiMajidzadeh/bootstrap-v4-rtl
RTL edition of bootstrap v4 for rtl languages like Farsi and Arabic
https://github.com/MahdiMajidzadeh/bootstrap-v4-rtl
arabic bootstrap css-framework farsi persian right-to-left rtl rtl-edition
Last synced: 25 days ago
JSON representation
RTL edition of bootstrap v4 for rtl languages like Farsi and Arabic
- Host: GitHub
- URL: https://github.com/MahdiMajidzadeh/bootstrap-v4-rtl
- Owner: MahdiMajidzadeh
- License: mit
- Created: 2016-04-01T07:27:43.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T07:00:29.000Z (9 months ago)
- Last Synced: 2024-05-16T05:46:09.402Z (7 months ago)
- Topics: arabic, bootstrap, css-framework, farsi, persian, right-to-left, rtl, rtl-edition
- Language: JavaScript
- Homepage: http://mahdimajidzadeh.github.io/bootstrap-v4-rtl/
- Size: 15.4 MB
- Stars: 465
- Watchers: 17
- Forks: 171
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-persian - Bootstrap-RTL - RTL edition of bootstrap v4 for rtl languages like Farsi and Arabic. (Frameworks)
README
Bootstrap RTL
based on version 4.6.2
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
Explore Bootstrap docs »
## 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
**NOTE:** This package is designed for multilanguage projects to change all page direction just with adding `rtl` class, so all left and right classes is reversed when you are in rtl
## 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.
## Contributors
Mahdi Majidzadeh [twitter](https://twitter.com/mahdimajidzadeh) - [github](https://github.com/mahdimajidzadeh)
Dmitry Polyanovsky [github](https://github.com/danikp)
Morteza Karimi [github](https://github.com/mortezakarimi)