2 Antworten
@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>