반응형
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
- KakaoMap
- how to install cursor on ubuntu
- http live streaming
- Redux
- html2canvas
- Flutter
- react
- swagger-typescript-api
- Prism.js
- three.js
- uint8array
- segment
- uint16array
- REST API
- Babel standalone
- Image Resize typescript
- Excel
- M3U8
- web track
- typescript
- code editor
- node
- cursor-ubuntu-installer
- webrtc
- hls.js
- babel
- jszip
- Game js
- userevent_tracker
- HLS
Archives
- Today
- Total
목록Drag&Drop (1)
Never give up

이번에는 리액트로 파일 드래그 앤 드롭을 구현해봤습니다 계속 js만 써왔는데, 나중에 ts도 필요할 수도 있을거 같아서 일단 한번 사용해봤습니다 drag_drop.css /* 드래그 앤 드롭 */ .div_images { padding: 10px; font-size: 0.8em; color: grey; margin: 10px 0 10px 30px; box-shadow: 0 0 5px #cccccc; display: flex; flex-direction: column; justify-content: center; align-items: center; } .div_preview { display: flex; flex-direction: row; justify-content: center; padding: 1..
WEB
2022. 8. 20. 01:25