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? - If you want all of the components in a Razor class library to use the same CSS file, can you move the styles to a shared CSS file?
- Can you distribute your
Dialog
component using a NuGet package?