bootstrap-rtol
v4.3.1
Published
The most popular front-end framework for developing responsive, mobile first projects on the web.
Downloads
12
Maintainers
Readme
Table of contents
- Table of contents
- Quick start
- Status
- What's included
- Bugs and feature requests
- Documentation
- Community
- Versioning
- Creators
- Copyright and license
Quick start
Several quick start options are available:
Package managers
Download
Clone the repo on Github:
https://github.com/hamidHeidarinia/bootstrap-rtl.git
Clone the repo on Gitlab:
https://gitlab.com/hamidHeidarinia/bootstrap-rtl.git
CSS
Copy-paste the stylesheet into your before all other stylesheets to load our CSS.
<link href="css/bootstrap-rtl.min.css" rel="stylesheet">
OR
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom-rtl.min.css" rel="stylesheet">
JS
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
Starter template
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/custom-rtl.css">
<!-- OR -->
<link rel="stylesheet" href="css/bootstrap-rtl.min.css">
<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
Status
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 (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, but not jQuery.
Bugs and feature requests
Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
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.
Running documentation locally
- Run through the Using NPM scripts to install Jekyll (the site builder) and other Ruby dependencies with
bundle install
. - Run
npm install
to install Node.js dependencies.
Learn more about using Jekyll by reading its documentation.
Previous 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.
Versioning
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
- https://twitter.com/hamidHeidarinia
- https://github.com/hamidHeidarinia
- https://www.linkedin.com/in/hamid-heidarinia
Copyright and license
Code and documentation copyright 2018 the Bootstrap-rtl Authors Code released under the MIT License.