vasanth
vasanth
import fist this Autoplay **'swiper/modules'** ``` import { Pagination, Autoplay } from 'swiper/modules' import { Swiper, SwiperSlide } from 'swiper/react' import SwiperCore from 'swiper'; **SwiperCore.use([Autoplay]);** config: SwiperOptions = { pagination:...
install **npm i swiper** ``` import { Pagination, Autoplay } from 'swiper/modules' import { Swiper, SwiperSlide } from 'swiper/react' import SwiperCore from 'swiper'; ``` ``` config: SwiperOptions = { pagination:...
Use Custom Google Button ``` import { useGoogleLogin } from '@react-oauth/google'; const login = useGoogleLogin({ onSuccess: tokenResponse => console.log(tokenResponse), }); login()}>Sign in with Google 🚀; ```
I think same name repeated > id,name please provide err message or Repo link
@Akashmishra1209 **Initialize the editorState correctly.** ``` import React, { useState } from 'react'; import { EditorState } from 'draft-js'; import { Editor } from 'react-draft-wysiwyg'; import 'react-draft-wysiwyg/dist/react-draft-wysiwyg.css'; import { convertToRaw,...