Skip to main content
2 answers
  1. Feb 15, 2024, 5:47 PM

    @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