Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions examples/Demo/Shared/Pages/Design/DesignThemePage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
<CodeSnippet Language="xml">@(@"<FluentDesignTheme StorageName=""theme"" />")</CodeSnippet>
</p>

<blockquote>
<p>
<strong>Note:</strong> This component requires a render mode with interactivity in order to work consistently across all components. Click <a href="/#interactivity">here</a> for more details about render modes and interactivity.
</p>
</blockquote>

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