반응형
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 |
Tags
- web track
- segment
- Babel standalone
- html2canvas
- M3U8
- react
- uint8array
- node
- typescript
- babel
- Redux
- userevent_tracker
- Image Resize typescript
- uint16array
- HLS
- KakaoMap
- jszip
- swagger-typescript-api
- Prism.js
- Flutter
- how to install cursor on ubuntu
- hls.js
- webrtc
- REST API
- http live streaming
- cursor-ubuntu-installer
- Excel
- three.js
- code editor
- Game js
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