Questions
The following questions are provided for your consideration:
- How can you replace a table with a templated component?
- How would you add default values for the
Title
property and theBody
property of theDialog
component? - How can you determine which button was clicked when handling the
@onclick
event? - Can you distribute your
Dialog
component using a NuGet package?