-
Notifications
You must be signed in to change notification settings - Fork 25
Added Lightning Web Component #6
base: master
Are you sure you want to change the base?
Added Lightning Web Component #6
Conversation
|
Thanks, @SalesforceBobLightning. I'll review it when I get some time. Thanks again for taking this on =) |
|
Fixes #5 |
|
@douglascayers Hey Doug, did you have a chance to review this PR? Looking to implement this library for LWC. Thanks! |
|
@SalesforceBobLightning - would be great if this included an example of invoking the LWC component from another LWC component vs. Aura. I don't think LWC offers the same means of @douglascayers @ctchipps |
|
@anandbn You can call a method on a component in the same idea of Aura's component.find(), but using the template.querySelector() pattern. It would be interesting to see what (if any) of this library could be refactored using LMS. |
|
@ctchipps - never knew that was possible :). Never cease to learn new things. |
|
@ctchipps - i deployed the LWC version it seems to not set the child correctly and hence the |
Hi Doug,
I've got a working Lightning Web Component, I thought you might be interested in reviewing and adding to your repo?
Best
SBL