Get Started with PCF Component Development -

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

ความคิดเห็น • 9

  • @AnilKumar-fr9jo
    @AnilKumar-fr9jo ปีที่แล้ว +2

    Nice demo and awesome presentation/explanation of PCF... thanks

  • @taar
    @taar ปีที่แล้ว +1

    Thank you Clavin, this is useful session and great explanation.

  • @vigneshm7011
    @vigneshm7011 ปีที่แล้ว +1

    Good Explanation 👏

  • @AnilKumar-fr9jo
    @AnilKumar-fr9jo 11 หลายเดือนก่อน

    Great work by Clavin and Team... Can you please arrange more session with Clavin ... PCF is required more explanation using OOB Power App components... like using Gallery/Grid in Model driven... How once can create a Re-usable component using these OOB controls... thanks

  • @Cookies2069
    @Cookies2069 ปีที่แล้ว

    Hello Shah, please can I use window narrator with component library?

  • @rutvanpatel7119
    @rutvanpatel7119 ปีที่แล้ว

    Hello, I created PCF control for field template, I added same field in view , but there i can not see PCF control format. can you please explain how we can solve this?

  • @ZoiZig-q2s
    @ZoiZig-q2s 9 หลายเดือนก่อน

    Bro 31:24 how can I get the css code bro Where You can copy and paste I need css code bro help me .. Please...

    • @mehtabidreesi7942
      @mehtabidreesi7942 6 หลายเดือนก่อน

      glow {
      -webkit-animation: glow 1s ease-in-out infinite alternate;
      -moz-animation: glow 1s ease-in-out infinite alternate;
      animation: glow 1s ease-in-out infinite alternate;
      }

      @keyframes glow {
      from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
      }
      to {
      text-shadow: 0 0 20px #fff, 0 0 30px #4d68ff, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
      }
      }

    • @mshivamsingh
      @mshivamsingh 4 หลายเดือนก่อน

      .glow {
      font-size: 80px;
      color: #fff;
      text-align: center;
      animation: glow 1s ease-in-out infinite alternate;
      }
      @-webkit-keyframes glow {
      from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
      }

      to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
      }