Create Web Components right in Bricks or Oxygen. Here is how.

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

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

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

    This was a very interessting und helpful tutorial. Thanks a lot Cedric!

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

      Glad you liked it!

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

    An excellent video, Cédric. Thank you.

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

    Excellent tutorial. Hope for more of these types of tutorials.

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

      Sure, just a matter of available time.

  • @web-atelier
    @web-atelier ปีที่แล้ว +1

    Thanks, it is very interesting 👌

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

      Thanks for your comment !

  • @peteharrison3241
    @peteharrison3241 11 หลายเดือนก่อน

    Very interesting

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

    Great tutorial! Thanks for sharing. I'm thinking on how we could use this technique for other web components? Can we make like an AI component? Any advice 🙏

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

      You can do anything with web components. You create a wrapper : the component, and can embed anything inside of it. The nice thing is that is appears only as ❮my-component❯ in your source code.

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

    Great stuff, thanks for sharing!

  • @TomPhillips-wz4xt
    @TomPhillips-wz4xt ปีที่แล้ว +1

    This is awesome! Loving this, thank you! 🙏🏻

  • @peteharrison3241
    @peteharrison3241 8 หลายเดือนก่อน

    Cedric, If the output needed styling inside the , would you add inline styling or create a external stylesheet that includes the styling. Or, would you rely on css in the parent i.e. Bricks?

    • @OxyProps
      @OxyProps  8 หลายเดือนก่อน

      The component should own eveything it needs to work, style included. So it should include minimal style, that could be tweaked / extended later by user.

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

    so cool. I am learning how to code and use Wordpress etc, but this video is simply awesome. Do you have more tutorials on Web components?

    • @OxyProps
      @OxyProps  ปีที่แล้ว +2

      Thanks, this is a first video about weeb components. I will probably make at least anothere one to create the second type which does not extend an existing element.

  • @peteharrison3241
    @peteharrison3241 8 หลายเดือนก่อน

    Also, how would you go about creating a custom component library that you might use in other developments?

    • @OxyProps
      @OxyProps  8 หลายเดือนก่อน

      Storing them in structeezy as custom structures, then exporting my structures / importing in the other project.