Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hamdysalah1/styled-component-rtl

RTL helper method for styled component
https://github.com/hamdysalah1/styled-component-rtl

reactjs rtl styled-components

Last synced: 4 days ago
JSON representation

RTL helper method for styled component

Awesome Lists containing this project

README

        

# styled-component-rtl

RTL helper method for styled component

# Using

```javascript
import { rtl, textAlign } from "./rtl.js";

const Language = styled.div`
${textAlign("right")}
${rtl("left", "20px")}
`;

العربيه;
```