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
- solidity
- graphQL
- error
- REACT
- HTML
- CSS
- tailwindcss
- useState
- express.js
- evm
- node.js
- nextJS
- Ethereum
- Interface
- middleware
- typeScript
- SSR
- bitcoin
- 삶
- hardhat
- concept
- Props
- blockchain
- web
- built in object
- CLASS
- JavaScript
- API
Archives
- Today
- Total
목록chat (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