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

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