Skip to main content
답변 2개
  1. 2024년 2월 15일 오후 5:47

    @SHRAWAN KUMAR - Yes you can add FC in custom LWC. Make sure to add this additional property in LWC.js-meta.xml file: <runtimeNamespace>orgNamespace</runtimeNamespace>

     

    Below is a code snippet of the LWC.html file:

    <template>

    <c-cf-flex-card-name-camel-case></c-cf-flex-card-name-camel-case>

    </template>

0/9000