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
- JavaScript
- 함수
- github
- react swiper
- use Client
- 프론트 본인인증
- React 나이스 신원인증
- nextjs 메일보내기
- web3-react
- CSS
- App Router
- 사이트맵
- react
- pass인증
- next15
- nextjs contact us
- 알고리즘
- swiper
- 메일 보내기 react
- 전체 너비로 css
- 카카오맵 api
- Til
- nextjs
- 카카오지도 구현
- 프로그래머스
- Next.js 나이스 본인인증
- 빈도수세기
- 다중포인터
- 구글 메일보내기
- robots.txt
Archives
- Today
- Total
목록카드 슬라이드 (1)
YEV.log

Preview 카드 형식의 컴포넌트들을 swiper를 사용해 슬라이드 형식으로 구현하였고 반응형을 적용하였습니다. Swiper 라이브러리에 관한 기본적인 설명은 아래 글을 참고하여 주세요. https://3d-yeju.tistory.com/86 { fetch(`/data/swiper/swiper_card.json`) .then(res => res.json()) .then(res => { setSwiperList(res.data); }); }, []); return ( {swiperList && swiperList.length > 0 ? ( { swiperRef.current = swiper; }} slidesPerView={1} breakpoints={{ 800: { slidesPerView: 2, },..
Web/React & Next.js
2022. 11. 25. 17:29