Getting Started
Layout
Components
Design
RTL
Null JS includes an RTL (Right-to-Left) feature, making it quicker and easier to create Arabic language-based websites. To change the direction and text align, you can simply add the class ".null-rtl" to your website's body.
Noting that all components in Null JS have been configured to work with this class 😍.
<body class="null-rtl">
Your code goes here ...
</body>