Animated bottom tray with Framer Motion layout animations

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024
  • НаукаНаука

Комментарии • 5

  • @mickybrian2010
    @mickybrian2010 3 месяца назад

    Good one there!

  • @collinsk8754
    @collinsk8754 5 месяцев назад

    Great insights.

  • @harshitpant07
    @harshitpant07 5 месяцев назад

    nice one!

  • @josephito27
    @josephito27 5 месяцев назад

    tried doing this with a reusable modal built with radix that receives a children but there's not way you send back the "key" from the children to the wrapper unless you use some global state management, and doing that just to pass the key is not worth it I guess.

    • @builtwithcode
      @builtwithcode  5 месяцев назад

      Did you try making your own component that extends the Radix modal with the key prop added? I agree that setting up global state isn't worth it for a single component, it should be localized