React JS How to Implement AdminLTE

Поделиться
HTML-код
  • Опубликовано: 10 июн 2023
  • React JS How to Implement AdminLTE
    Source Code : tutorial101.blogspot.com/2023...

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

  • @helomedia767
    @helomedia767 9 месяцев назад +1

    I've been attempting to use admin lte layout for years and always struggled. Finally got it to look right. Thanks a bunch.

  • @user-qf7ds1lx4m
    @user-qf7ds1lx4m 8 месяцев назад

    wow great job

  • @obd9352
    @obd9352 Месяц назад

    thank's🖤

  • @negociosrayelle5877
    @negociosrayelle5877 11 месяцев назад +1

    ajudou muito aqui
    obrigado

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

    excelente

  • @otaviowollny9089
    @otaviowollny9089 9 месяцев назад +2

    Excellent tutorial!! How do I make the sidebar menu display options when clicking on the arrows?

    • @prakshaljain7381
      @prakshaljain7381 2 месяца назад

      Uncaught runtime errors:
      ×
      ERROR
      Cannot set properties of undefined (setting 'innerHTML')
      TypeError: Cannot set properties of undefined (setting 'innerHTML')
      at new Sparkline (localhost:3000/plugins/sparklines/sparkline.js:28:30)
      at HTMLDocument. (localhost:3000/dist/js/pages/dashboard.js:95:20)
      at e (localhost:3000/plugins/jquery/jquery.min.js:2:30038)
      at t (localhost:3000/plugins/jquery/jquery.min.js:2:30340)
      I am getting these errors
      Can you help me with this?

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

    Hadeuuuhhh🗿

  • @nugrahatech7183
    @nugrahatech7183 7 месяцев назад

    Side menu dropdowns are not working

    • @prakshaljain7381
      @prakshaljain7381 2 месяца назад

      Uncaught runtime errors:
      ×
      ERROR
      Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      at createFiberFromTypeAndProps (localhost:3000/static/js/bundle.js:30591:21)
      at createFiberFromElement (localhost:3000/static/js/bundle.js:30612:19)
      at createChild (localhost:3000/static/js/bundle.js:17684:32)
      at reconcileChildrenArray (localhost:3000/static/js/bundle.js:17924:29)
      at reconcileChildFibers (localhost:3000/static/js/bundle.js:18266:20)
      at reconcileChildren (localhost:3000/static/js/bundle.js:22686:32)
      at updateHostComponent (localhost:3000/static/js/bundle.js:23337:7)
      at beginWork (localhost:3000/static/js/bundle.js:24789:18)
      at HTMLUnknownElement.callCallback (localhost:3000/static/js/bundle.js:9747:18)
      at Object.invokeGuardedCallbackDev (localhost:3000/static/js/bundle.js:9791:20)
      ERROR
      Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      at createFiberFromTypeAndProps (localhost:3000/static/js/bundle.js:30591:21)
      at createFiberFromElement (localhost:3000/static/js/bundle.js:30612:19)
      at createChild (localhost:3000/static/js/bundle.js:17684:32)
      at reconcileChildrenArray (localhost:3000/static/js/bundle.js:17924:29)
      at reconcileChildFibers (localhost:3000/static/js/bundle.js:18266:20)
      at reconcileChildren (localhost:3000/static/js/bundle.js:22686:32)
      at updateHostComponent (localhost:3000/static/js/bundle.js:23337:7)
      at beginWork (localhost:3000/static/js/bundle.js:24789:18)
      at HTMLUnknownElement.callCallback (localhost:3000/static/js/bundle.js:9747:18)
      at Object.invokeGuardedCallbackDev (localhost:3000/static/js/bundle.js:9791:20)
      ERROR
      Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      at createFiberFromTypeAndProps (localhost:3000/static/js/bundle.js:30591:21)
      at createFiberFromElement (localhost:3000/static/js/bundle.js:30612:19)
      at createChild (localhost:3000/static/js/bundle.js:17684:32)
      at reconcileChildrenArray (localhost:3000/static/js/bundle.js:17924:29)
      at reconcileChildFibers (localhost:3000/static/js/bundle.js:18266:20)
      at reconcileChildren (localhost:3000/static/js/bundle.js:22686:32)
      at updateHostComponent (localhost:3000/static/js/bundle.js:23337:7)
      at beginWork (localhost:3000/static/js/bundle.js:24789:18)
      at beginWork$1 (localhost:3000/static/js/bundle.js:29724:18)
      at performUnitOfWork (localhost:3000/static/js/bundle.js:28994:16)
      ERROR
      Cannot set properties of undefined (setting 'innerHTML')
      TypeError: Cannot set properties of undefined (setting 'innerHTML')
      at new Sparkline (localhost:3000/plugins/sparklines/sparkline.js:28:30)
      at HTMLDocument. (localhost:3000/dist/js/pages/dashboard.js:95:20)
      at e (localhost:3000/plugins/jquery/jquery.min.js:2:30038)
      at t (localhost:3000/plugins/jquery/jquery.min.js:2:30340)
      I am getting these errors
      Can you please help me with these errors?

  • @AgriAasan
    @AgriAasan 8 месяцев назад +1

    Side menu dropdowns are not working.

    • @HieuLe-md7jv
      @HieuLe-md7jv 8 месяцев назад

      same error, can you fix it ?

    • @nugrahatech7183
      @nugrahatech7183 7 месяцев назад

      add this code index html after body fix the issue@@HieuLe-md7jv
      $(document).ready(function(){
      $('.nav-item ').click(function(){
      if($(this).hasClass('menu-open')){
      $(this).removeClass("menu-open");
      $(this).children().removeClass("active");
      }else{
      $(this).addClass("menu-open");
      $(this).children().addClass("active");
      }
      $('.nav-item').children().removeClass('active').not(this);
      $(this).children().addClass("active");
      });
      });

    • @prakshaljain7381
      @prakshaljain7381 2 месяца назад

      Uncaught runtime errors:
      ×
      ERROR
      Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      at createFiberFromTypeAndProps (localhost:3000/static/js/bundle.js:30591:21)
      at createFiberFromElement (localhost:3000/static/js/bundle.js:30612:19)
      at createChild (localhost:3000/static/js/bundle.js:17684:32)
      at reconcileChildrenArray (localhost:3000/static/js/bundle.js:17924:29)
      at reconcileChildFibers (localhost:3000/static/js/bundle.js:18266:20)
      at reconcileChildren (localhost:3000/static/js/bundle.js:22686:32)
      at updateHostComponent (localhost:3000/static/js/bundle.js:23337:7)
      at beginWork (localhost:3000/static/js/bundle.js:24789:18)
      at HTMLUnknownElement.callCallback (localhost:3000/static/js/bundle.js:9747:18)
      at Object.invokeGuardedCallbackDev (localhost:3000/static/js/bundle.js:9791:20)
      ERROR
      Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      at createFiberFromTypeAndProps (localhost:3000/static/js/bundle.js:30591:21)
      at createFiberFromElement (localhost:3000/static/js/bundle.js:30612:19)
      at createChild (localhost:3000/static/js/bundle.js:17684:32)
      at reconcileChildrenArray (localhost:3000/static/js/bundle.js:17924:29)
      at reconcileChildFibers (localhost:3000/static/js/bundle.js:18266:20)
      at reconcileChildren (localhost:3000/static/js/bundle.js:22686:32)
      at updateHostComponent (localhost:3000/static/js/bundle.js:23337:7)
      at beginWork (localhost:3000/static/js/bundle.js:24789:18)
      at HTMLUnknownElement.callCallback (localhost:3000/static/js/bundle.js:9747:18)
      at Object.invokeGuardedCallbackDev (localhost:3000/static/js/bundle.js:9791:20)
      ERROR
      Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
      Check the render method of `App`.
      at createFiberFromTypeAndProps (localhost:3000/static/js/bundle.js:30591:21)
      at createFiberFromElement (localhost:3000/static/js/bundle.js:30612:19)
      at createChild (localhost:3000/static/js/bundle.js:17684:32)
      at reconcileChildrenArray (localhost:3000/static/js/bundle.js:17924:29)
      at reconcileChildFibers (localhost:3000/static/js/bundle.js:18266:20)
      at reconcileChildren (localhost:3000/static/js/bundle.js:22686:32)
      at updateHostComponent (localhost:3000/static/js/bundle.js:23337:7)
      at beginWork (localhost:3000/static/js/bundle.js:24789:18)
      at beginWork$1 (localhost:3000/static/js/bundle.js:29724:18)
      at performUnitOfWork (localhost:3000/static/js/bundle.js:28994:16)
      ERROR
      Cannot set properties of undefined (setting 'innerHTML')
      TypeError: Cannot set properties of undefined (setting 'innerHTML')
      at new Sparkline (localhost:3000/plugins/sparklines/sparkline.js:28:30)
      at HTMLDocument. (localhost:3000/dist/js/pages/dashboard.js:95:20)
      at e (localhost:3000/plugins/jquery/jquery.min.js:2:30038)
      at t (localhost:3000/plugins/jquery/jquery.min.js:2:30340)
      I am getting these errors
      Can you please help me with these errors?

  • @JanzCineWorld
    @JanzCineWorld 8 месяцев назад

    bro footer position,how to fix it?

    • @prakshaljain7381
      @prakshaljain7381 2 месяца назад

      Uncaught runtime errors:
      ×
      ERROR
      Cannot set properties of undefined (setting 'innerHTML')
      TypeError: Cannot set properties of undefined (setting 'innerHTML')
      at new Sparkline (localhost:3000/plugins/sparklines/sparkline.js:28:30)
      at HTMLDocument. (localhost:3000/dist/js/pages/dashboard.js:95:20)
      at e (localhost:3000/plugins/jquery/jquery.min.js:2:30038)
      at t (localhost:3000/plugins/jquery/jquery.min.js:2:30340)
      I am getting these errors
      Can you help me with this?

  • @rajarizwaninfo2538
    @rajarizwaninfo2538 4 месяца назад

    I think its better to speech and guide your work instead of putting background music like dancing in bar.