diff --git a/examples/Demo/Shared/Pages/Design/DesignThemePage.razor b/examples/Demo/Shared/Pages/Design/DesignThemePage.razor index 50410279df..c2c201964c 100644 --- a/examples/Demo/Shared/Pages/Design/DesignThemePage.razor +++ b/examples/Demo/Shared/Pages/Design/DesignThemePage.razor @@ -24,6 +24,12 @@ @(@"")

+
+

+ Note: This component requires a render mode with interactivity in order to work consistently across all components. Click here for more details about render modes and interactivity. +

+
+

3. (optional) To ensure that your application is displayed correctly, we recommend you add these lines of code to your app.css file. If you were using the Reboot style, as shown on the Setup page, these styles are already included.