Community

Svg를 reactcomponent 로 사용해보시는건 어떨까요 fill이나 height width 를 조절하고싶으면 svg 파일에 fill=#fff 부분을 fill="current" 로 변경하면

Svg를 reactcomponent 로 사용해보시는건 어떨까요 fill이나 height width 를 조절하고싶으면 svg 파일에 fill=#fff 부분을 fill="current" 로 변경하면 색깔을 지정할 수 있습니다. import {ReactComponent as Arrow_up} from "./arrow_up.svg" const App = () =>{ ... return }

알림

알림이 없습니다