Create Floating Action Button in React JS using Ant Design v5 | ReactJS Floating Menu

Поделиться
HTML-код
  • Опубликовано: 2 июн 2024
  • #reactjs #antd #reactfloatingmenu
    In this video tutorial I have explained how to create floating action button in react js using Ant Design v5.
    This video focuses on
    - How to create floating action button in react js uisng Ant Design v5
    - How to use ant design FloatButton in ReactJS
    - How to create ReactJS Floating Menu using antd FloatButton
    - How to customize antd float button
    - How to add icon in antd floating menu in ReactJS
    - How to change shape of ant float button from circle to square
    - How to tooltip on antd floating menu button in react js
    - How to show floating button on UI at fixed position
    - Ant Design v5 FloatButton Tutorial in ReactJS app
    - How to add short description to floating action button in react js using antd v5 components
    If you are new to ant-design, I have already added an intro video on ant-design and overview of its components at • Ant Design UI library ... link, please go through that video to set up the ground for further components implementation.
    For more details on how to use ant design icons please go through following video • How to use Ant Design ...
    For more details on ant-design, please visit its documentation at ant.design/components/float-b...
    Happy Coding!

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

  • @nicholasbassey4343
    @nicholasbassey4343 Год назад +1

    Good Job Aamir!!

  • @arnaudpoutieu1331
    @arnaudpoutieu1331 Год назад +1

    Nice!

  • @anupamtrivedi1076
    @anupamtrivedi1076 11 месяцев назад

    why i am getting error. Attempted import error: 'FloatButton' is not exported from 'antd'.

    • @CodeWithAamir
      @CodeWithAamir  11 месяцев назад

      Hi @anupamtrivedi1076
      Not sure how you are importing it or the exact error.
      It should be something like below in curly braces
      import { FloatButton} from "antd";

  • @bernandosusanto8926
    @bernandosusanto8926 Год назад

    how to increase the size of the button?

    • @CodeWithAamir
      @CodeWithAamir  Год назад +1

      Hi Bernando Susanto,
      You can increase the size of button by adding width/height in style prop so it will be something like below
      Please let me know if you need any more information on that one.
      Thanks

    • @bernandosusanto8926
      @bernandosusanto8926 Год назад +1

      @@CodeWithAamir Thanks!

    • @CodeWithAamir
      @CodeWithAamir  Год назад

      Most Welcome !

    • @arthurgodins
      @arthurgodins Год назад +1

      @@CodeWithAamir Thanks! This information helped me so much!

    • @CodeWithAamir
      @CodeWithAamir  Год назад +1

      Really nice to hear this. Thanks