A Cool Grid Effect for your Hero Section (Framer Motion)

Create a simple yet fun hero section using Framer Motion and ReactJS
Follow me on Twitter / X: / rithmio
👨‍💻 Looking for a web developer job, visit: www.webdevjobs.io/
👽 Discord - / discord
👾 Complete Code - github.com/sixfwa/hero-sectio...
🛠️ Starter Code - github.com/sixfwa/hero-sectio...
#reactjs #framermotion #TailwindCSS

Пікірлер: 11

  • @hammadXP
    @hammadXP3 ай бұрын

    Your channel is a gem, such well edited videos with great attention to detail and beginner friendly as well ❤

  • @iamrithmic

    @iamrithmic

    3 ай бұрын

    Thank you man! Means a lot when these things don't go unnoticed.

  • @godofwar8262
    @godofwar82623 ай бұрын

    Great videos

  • @iamrithmic

    @iamrithmic

    3 ай бұрын

    Thank you as always for the support

  • @timurbeslii
    @timurbeslii3 ай бұрын

    Instantly subscribed, keep up the good work! this channel is a gem for sure :) happy to be here at the start of the channel

  • @iamrithmic

    @iamrithmic

    3 ай бұрын

    Thank you very much!

  • @0xAndy
    @0xAndy3 ай бұрын

    This is a nice use of grid. Thanks for the tutorial.

  • @iamrithmic

    @iamrithmic

    3 ай бұрын

    Glad you like it!

  • @bolt6572
    @bolt65722 ай бұрын

    There is a small error in your code and you'll also get a warning for this in console. {Array.from(Array(20 * 12), (i) => ( ))} Here i isn't what you think it is. index is the second argument so you need to use something like (_, i) =>