How it work
The wrapper component RTL is wrap the react app content tree. Install stylis-plugin-rtl (opens in a new tab) and stylis (opens in a new tab) package.
Usage
How to remove RTL?
- Delete rtl folder (
src/components/rtl
) from components folder - Delete RTL component from
src/App.jsx
component.(In nextjs version remove from src/app/layout.jsx)
- Uninstall dependecies stylis-plugin-rtl (opens in a new tab) and stylis (opens in a new tab)