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 |
Tags
- 삶
- Redux
- useState
- solidity
- SSR
- Interface
- middleware
- 기준
- typeScript
- built in object
- tailwindcss
- express.js
- concept
- bitcoin
- error
- API
- graphQL
- Props
- web
- node.js
- HTML
- hardhat
- JavaScript
- blockchain
- CLASS
- REACT
- nextJS
- Ethereum
- CSS
- evm
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