250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- evm
- 기준
- Props
- bitcoin
- graphQL
- SSR
- API
- tailwindcss
- web
- typeScript
- JavaScript
- CSS
- 삶
- Redux
- middleware
- blockchain
- Interface
- CLASS
- concept
- HTML
- error
- nextJS
- REACT
- useState
- express.js
- node.js
- solidity
- hardhat
- Ethereum
- built in object
Archives
- Today
- Total
목록RTL (1)
ReasonJun

Doing : While configuring the chat page, I wanted the chat bubbles to be on either side using 'rtl', 'ltr'. {isSender ? 'You' : receiverName} {fromNow(time)} {messageImage && ( )} {messageText && ( {messageText} )} problem: The results were as follows. Why: The issue you are facing seems to be related to the style attribute where you set the direction based on the isSender prop. The problem is t..
Frontend/CSS
2023. 8. 6. 14:08