일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- react firebase
- 코딩테스트 고득점 Kit 완전탐색
- 자바
- 데이터모델링과마이닝
- 프로그래머스
- 장고
- vanillaJS
- Java
- 프로그래밍 언어론
- websocket
- 리액트 훅
- codesandbox
- 디자인 패턴
- useState
- 백준
- NextJS
- 코틀린
- 리액트
- 자바 공부
- 프로그래머스 자바
- 컴퓨터 네트워크
- 자바스크립트
- 코딩테스트 고득점 Kit
- react
- useEffect
- JavaScript
- 프로그래머스 완전탐색
- react hook
- design pattern
- React JS
Archives
- Today
- Total
목록nextjs swiper (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