일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- websocket
- 프로그래머스 완전탐색
- 자바
- react hook
- 자바스크립트
- 리액트
- react
- useState
- 코딩테스트 고득점 Kit 완전탐색
- 데이터모델링과마이닝
- 컴퓨터 네트워크
- 프로그래밍 언어론
- 코틀린
- React JS
- 프로그래머스
- 자바 공부
- useEffect
- design pattern
- vanillaJS
- 프로그래머스 자바
- Java
- 코딩테스트 고득점 Kit
- NextJS
- 디자인 패턴
- 장고
- 백준
- codesandbox
- 리액트 훅
- JavaScript
- react firebase
Archives
- Today
- Total
목록swiper navigation 변경 (1)
기록하는 개발자
[NextJs] NextJs에 Swiper 적용하기
NextJs+Typescript 환경에서 Swiper를 사용해보자! https://mingmeng030.tistory.com/270 {dataList?.map((item, i) => { return ( ); })} ); } Swiper component를 적용한 Home component import MovieSwiper from "../components/MovieSwiper"; import * as type from "./types"; export default function Home({...}: type.homeProps) { ... return ( ); } swiper button 변경 - nextJs는 global.css에 작성해주면 잘 적용된다. .swiper-button-next::afte..
Web/NextJs
2023. 5. 11. 16:38