Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamidheidarinia/bootstrap-rtl
customize Bootstrap for rtl pages
https://github.com/hamidheidarinia/bootstrap-rtl
bootstrap bootstrap-rtl css css-framework html javascript jekyll-site scss
Last synced: 11 days ago
JSON representation
customize Bootstrap for rtl pages
- Host: GitHub
- URL: https://github.com/hamidheidarinia/bootstrap-rtl
- Owner: hamidHeidarinia
- License: mit
- Archived: true
- Created: 2018-07-25T06:07:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T22:29:45.000Z (almost 5 years ago)
- Last Synced: 2024-09-28T03:05:16.660Z (4 months ago)
- Topics: bootstrap, bootstrap-rtl, css, css-framework, html, javascript, jekyll-site, scss
- Language: CSS
- Homepage: https://hamidheidarinia.github.io/bootstrap-rtl/
- Size: 8.08 MB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bootstrap-rtl
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
Explore Bootstrap docs »
Report bug
·
Request feature
## Table of contents
- [Table of contents](#table-of-contents)
- [Quick start](#quick-start)
- [Package managers](#package-managers)
- [Download](#download)
- [CSS](#css)
- [JS](#js)
- [Starter template](#starter-template)
- [Status](#status)
- [What's included](#whats-included)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Using NPM scripts](#using-npm-scripts)
- [Running documentation locally](#running-documentation-locally)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [bootstrap v4.3.1](#bootstrap-v431)
- [bootstrap-rtl v4.3.1](#bootstrap-rtl-v431)
- [Copyright and license](#copyright-and-license)## Quick start
Several quick start options are available:
### Package managers
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap-rtol`
- Install with [Bower](https://bower.io): bower install bootstrap-rtol### Download
- [Download the latest release.](https://github.com/hamidHeidarinia/bootstrap-rtl/archive/v4.3.1.zip)
- Clone the repo on Github: `https://github.com/hamidHeidarinia/bootstrap-rtl.git`
- Clone the repo on Gitlab: `https://gitlab.com/hamidHeidarinia/bootstrap-rtl.git`
- [Download Compiled CSS and JS](https://github.com/hamidHeidarinia/bootstrap-rtl/raw/master/download/bootstrap-rtl-4.3.1-dist.zip)
#### CSS
Copy-paste the stylesheet into your before all other stylesheets to load our CSS.
```html5```
OR```html5
```
#### JS
Many of our components require the use of JavaScript to function. Specifically, they require jQuery, Popper.js, and our own JavaScript plugins. Place the following
<script>
s near the end of your pages, right before the closing</body>
tag, to enable them. jQuery must come first, then Popper.js, and then our JavaScript plugins.We use jQuery’s slim build, but the full version is also supported.
```html
```
#### Starter template```html
Hello, world!
Hello, world!
```
## Status[![npm version](https://img.shields.io/npm/v/bootstrap-rtol.svg?color=red)](https://www.npmjs.com/package/bootstrap-rtol)
[![Bower version](https://img.shields.io/bower/v/bootstrap-rtol.svg?color=yellow)](https://github.com/hamidHeidarinia/bootstrap-rtl)
[![Github Status](https://img.shields.io/badge/github-v4.3.1-%23292C32.svg)](https://github.com/hamidHeidarinia/bootstrap-rtl)
[![Gitlab Status](https://img.shields.io/badge/gitlab-v4.3.1-blueviolet.svg)](https://gitlab.com/hamidHeidarinia/bootstrap-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-rtl/
└── dist/
├── css/
│ ├── bootstrap-rtl-grid.min.css
│ ├── bootstrap-rtl-reboot.min.css
│ ├── bootstrap-rtl.min.css
│ └── custom-rtl.min.css
|
└── 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-rtl.*`), as well as compiled and minified CSS and JS (`bootstrap-rtl.min.*`). [source maps](https://developers.google.com/web/tools/chrome-devtools/debug/readability/source-maps) (`bootstrap-rtl.*.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/hamidHeidarinia/bootstrap-rtl/issues) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/hamidHeidarinia/bootstrap-rtl/issues/new).
## Documentation
### Using NPM scripts
| Task | Description |
| ------ | ------ |
| npm run dist | npm run dist creates the /dist directory with compiled files. |
| npm run dev | saving only as development dependencies |
| npm run watch | Run scripts from package.json when files change. Builds and lints CSS and JavaScript for docs. |Learn more about build Bootstrap’s by reading its [documentation](http://getbootstrap.com/docs/4.0/getting-started/build-tools/).
### Running documentation locally
1. Run through the [Using NPM scripts](#using-npm-scripts) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.
2. Run `npm install` to install Node.js dependencies.Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/).
[Previous releases](https://github.com/hamidHeidarinia/bootstrap-rtl/releases) and their documentation are also available for download.
## Community
Get updates on Bootstrap's development and chat with the project maintainers and community members.
- Follow [@hamidHeidarinia](https://twitter.com/hamidHeidarinia).
## Versioning
Currently Project is V4.3.1
Note : As Bootstrap Upgrade To new Version , Our BT-RTL Also Will Update```
Version
├── v 4.0
| └── v 4.1
| |
| └── v 4.2
| |
| └── v 4.3
|
```
## Creators
### bootstrap v4.3.1**Mark Otto**
-
-**Jacob Thornton**
-
-### bootstrap-rtl v4.3.1
**Hamid Heidarinia**
-
-
-## Copyright and license
Code and documentation copyright 2018 the [Bootstrap-rtl Authors](https://github.com/hamidHeidarinia) Code released under the [MIT License](https://github.com/hamidHeidarinia/bootstrap-rtl/blob/master/LICENSE).