Frontend/React

[React Swiper] import css 안될 때

전예방 2023. 4. 13. 21:56

공식문서에 보면 get started 에서 css import하는 방식을

  // import Swiper and modules styles
  import 'swiper/css';
  import 'swiper/css/navigation';
  import 'swiper/css/pagination';

위와 같이 작성하면 된다고 적혀있는데 

 

이상하게 위와 같이 import하면 안된다?

이유는 나도 모르겠다...

 

해결방법은

import "swiper/swiper-bundle.css";

 

이렇게 import하면 잘된다!!

 

 

 

공식문서

get started

https://swiperjs.com/get-started

 

Getting Started With Swiper

Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.

swiperjs.com

css

https://swiperjs.com/swiper-api#css-styles

 

Swiper API

Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.

swiperjs.com

 

'Frontend/React'의 다른글

  • 현재글 [React Swiper] import css 안될 때

관련글