Allows u add ltr-rtl direction switching for your styled components
npm install styled-components-rtl
import {ThemeProvider} from "styled-components"
import rtl from "styled-components-rtl";const List = styled.div
;
const ListItem = styled.div
margin-left: 1rem;
};const theme = {
dir: "rtl"
// OR direction: "rtl"
};
render(
Item 1
Item 2
);
`If
theme.dir equal rtl instead of margin-left will be margin-right`;Thanks goes to these wonderful people:
|
Max Kudla |
Anees Hikmat Abu-hamid |
Omar Houmz |
| :---: | :---: | :---: |