Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hamdysalah1/styled-component-rtl
- Owner: hamdysalah1
- Created: 2021-01-30T11:58:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T12:10:25.000Z (almost 4 years ago)
- Last Synced: 2024-04-25T00:17:52.005Z (7 months ago)
- Topics: reactjs, rtl, styled-components
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")}
`;العربيه;
```