RTL Support

Bootstrap 5 includes built-in RTL layout support.

Preview

Code

<!DOCTYPE html>
<html dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.rtl.min.css" rel="stylesheet">
</head>
<body>

<div class="container py-5">

<div class="alert alert-info">
Bootstrap 5 supports RTL layouts.
</div>

</div>

</body>
</html>

More Bootstrap 5 vs 4 Differences Examples (7)