Handle RTL for cards
Don’t intialize cards position in reducer - position needs to be set based on isRtl. Rename prev/next icons to right/left arrows Make `NextPrevButtons` function RTL aware so that it puts the prev/next on the left or right based on the direction of the language.
Showing
- src/components/cards/card.css 18 additions, 3 deletionssrc/components/cards/card.css
- src/components/cards/cards.jsx 57 additions, 30 deletionssrc/components/cards/cards.jsx
- src/containers/cards.jsx 1 addition, 0 deletionssrc/containers/cards.jsx
- src/reducers/cards.js 2 additions, 2 deletionssrc/reducers/cards.js
Please register or sign in to comment