[SalesForce] Button to Open a LWC

I need to create new button called ‘XYZ’ to be accessible on Opportunity record at the top of the page layout (Standard page) that will open a pop window with my LWC. How can I do this the most simplest way. One Issue is that my components are build in LWC and I can not put the standard pages.

The Scenario is below:
When Users click on the XYZ button from the Opportunity a new window should open within the Opportunity Record with the XYZ LWC fields.

Any Help Is Appreciated!

Thanks,

Best Answer

For now, you can use an Aura Component to wrap your LWC component, then make that Aura Component a Quick Action. Doing this will allow you to add it to the page as a button in the upper-right menu for a record.