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