[react-beautiful-dnd] react, next.js 드래그 만들기 1
1. npm i styled-components
- css 적용하기 위해서 설치
2. npm i react-beautiful-dnd
- drag을 위해서 설치
3. npm i @atlaskit/css-reset
- drag 생성할 때, 필요한 요소라고 함. (공식 문서에서 추가 요소)
4. package.json
- 설치된 요소
'[react] > react-beautiful-dnd' 카테고리의 다른 글
[react-beautiful-dnd] react, next.js 드래그 만들기 3 (0) | 2021.03.31 |
---|---|
[react-beautiful-dnd] react, next.js 드래그 만들기 1 (0) | 2021.03.31 |
[react-beautiful-dnd] Invariant failed: Draggable[id: item-1]: Unable to find drag handle (0) | 2021.03.31 |