#31: React Mini Project🔥Toggle Switch Button Component

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 38

  • @ThapaTechnical
    @ThapaTechnical  7 місяців тому +2

    Hope you love the video🔥
    📢 Access Source Code, PPT & Notes here for Free : www.thapatechnical.com/2024/06/react-mini-projecttoggle-switch-button.html
    📺 Discover React.js History in Just 10 Minutes - ua-cam.com/video/MiK2bFqhg1U/v-deo.html
    📺 Watch the complete Playlist here : ua-cam.com/play/PLwGdqUZWnOp1Rab71vx2zMF6qpwGDB2Z1.html

  • @ROHIT-jy6uj
    @ROHIT-jy6uj 5 місяців тому +12

    CSS PAGE:- body{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    }
    .toggle-switch{
    width:100px;
    height:50px;
    border-radius: 25px;
    background-color: #ccc;
    position: relative;
    cursor: pointer;
    padding: 5px;
    margin-top: 5rem;
    box-shadow: rgba(17,12,46,0.15) 0px 48px 100px 0px;
    }
    .switch{
    width: 40px;
    height:40px;
    border-radius: 20px;
    display:flex;
    align-items:center;
    justify-content: center;
    color:white;
    font-weight: bold;
    position: absolute;
    top:5px;
    left:5px;
    transition: tranform 0.3s linear, background-color 0.3s linear;
    border: 0.2rem solid #ccc;
    box-shadow: rgba(100,100, 111,0.2) 0px 7px 29px 0px;
    }
    .on{
    background-color: #4caf50;
    transform: translate(50px);
    }
    .off{
    background-color: #f44336;
    transform: translateX(0);
    }
    .switch-state{
    margin: 0 10px;
    text-transform: uppercase;
    }

  • @HamzaShahzadEB_
    @HamzaShahzadEB_ Місяць тому +1

    Toggle switch done thapa technical ❤❤

  • @village-vlogs.404
    @village-vlogs.404 3 місяці тому

    End ho gia Love you i follow your react series thanks sir ✨✨

  • @dineshshinde2116
    @dineshshinde2116 Місяць тому

    Grasp things -
    1. Applying the logic of the onClick
    2. Conditional Styling
    3. Following good practice as which any condition is repeating just make the variable and pass that variable in that

  • @HamzaKhanLodhi-t6z
    @HamzaKhanLodhi-t6z 6 місяців тому

    Good Series.👍👍👍👍

  • @anjubiswas1264
    @anjubiswas1264 7 місяців тому

    Awasome Video❤❤

  • @priyotoshmaji2859
    @priyotoshmaji2859 4 дні тому

    Awesome

  • @AyushPandey-zy2wz
    @AyushPandey-zy2wz 2 місяці тому

    great to learn with you

  • @Deeptiharshkla
    @Deeptiharshkla 7 місяців тому

    Nice project ❤

  • @HassaanHaider313
    @HassaanHaider313 7 місяців тому +1

    11:47 ak chez apne likha hai
    { isOn ? " on ":" off "}
    lekin outputs me
    ON OFF uppercase me kese a Raha hai???????????? 11:47

    • @Deeptiharshkla
      @Deeptiharshkla 7 місяців тому +1

      Span ko switch-state class di hain or usme text- transform property ka use kiya hain

    • @only_shorts704
      @only_shorts704 25 днів тому

      CSS property

  • @xyonxyt9170
    @xyonxyt9170 7 місяців тому +2

    sir plz try to make 2-3 parts a day

  • @Error-td8fm
    @Error-td8fm 7 місяців тому +3

    Sir please complete this course asap Because technology is evolving very fast we don't have timw to invest 60-70 days in react there ia already so many series in react but they are not for beginners i have tried them only you told us every minor thing in detail

  • @prem_ium
    @prem_ium 7 місяців тому +1

    use tailwind css better for learning

  • @MuhammadAli-ez8fg
    @MuhammadAli-ez8fg 4 місяці тому

    also change the text color mean off switch different color and on switch different color

  • @karansakure8144
    @karansakure8144 7 місяців тому +1

    goood

  • @jagdishjena9058
    @jagdishjena9058 14 днів тому

    Thank-you-so-much-sir. (10-1-2025)

  • @village-vlogs.404
    @village-vlogs.404 3 місяці тому

    love you

  • @Khaladunnabi
    @Khaladunnabi 26 днів тому

    Done

  • @hamudxd9497
    @hamudxd9497 7 місяців тому

    GOOD YAR

  • @Pankajpondric
    @Pankajpondric 7 місяців тому

    ❤❤❤

  • @sudippatil7672
    @sudippatil7672 5 місяців тому

    need of css code

  • @rishiraj2548
    @rishiraj2548 7 місяців тому

    👍🏻

  • @buntysingh244
    @buntysingh244 7 місяців тому

    gazab

  • @InamKhan-b1h
    @InamKhan-b1h 7 місяців тому

    vinode sir VS code Theme name hi bata do please

    • @ThapaTechnical
      @ThapaTechnical  7 місяців тому +1

      Material theme

    • @InamKhan-b1h
      @InamKhan-b1h 7 місяців тому

      @@ThapaTechnical Thanks sir your great and next series is NEXT.JS

    • @InamKhan-b1h
      @InamKhan-b1h 7 місяців тому

      @@ThapaTechnical Thanks sir your great and next series is NEXT.JS

  • @allsupporthindi161
    @allsupporthindi161 7 місяців тому

    Todo wala app laiye

  • @Tappa_vollyball
    @Tappa_vollyball 7 місяців тому

    Bhai mujhe ek Purana laptop de do please mere pass paise nhi lekin mujhe coding sikhna hai Maine AAP ke html, css, JavaScript phone me nhi ban raha please bhaiya

  • @CodesolveNetwork
    @CodesolveNetwork 5 місяців тому

    CSS samne likha kro yrr verna maja nhi aata padne mai

  • @AmberAhmedRaheel
    @AmberAhmedRaheel 2 місяці тому

    Hello

  • @3_Directions
    @3_Directions 19 днів тому

    using tailwind CSS
    ------------------------
    import { useState } from "react";
    export const Toggle = () => {
    const [isON, isClick] = useState(false);
    const toggleBtn = () => {
    isClick(()=>!isON)
    }
    const isOnSet = isON ? 'bg-green-500 translate-x-16 border-red-100' : 'bg-red-500 border-green-100';
    const btnBG = isON ? 'bg-red-500':'bg-green-500'
    return (


    {isON ? "ON": "OFF"}


    )
    }

  • @sainathpatil2674
    @sainathpatil2674 3 дні тому

    using tailwind css
    const Toogle = () => {
    const [toogle, setToogle] = useState(false);
    const handelToogle = () => {
    setToogle(!toogle);
    };
    return (






    );
    };