Skip to content

Latest commit

 

History

History

samples

Light and dark themes are supported out-of-the-box. See this post for steps how to toggle light and dark themes. Or see WebAssembly or Server samples.

Debug

The following steps are required in order to run the samples:

  • Download node.js from downloads
  • Navigate to src\MudBlazor.Markdown
  • Open a console and run npm ci
  • Run npm run build

Headers

header-light header-dark

Regular text

text-light text-dark

Quotation

quote-light quote-dark

Lists

list-light list-dark

Tables

table-light table-dark

Code block

Code block theme-switching is not supported out-of-the-box.
See Server or WebAssembly for examples.
code-light table-dark

Details

details-light details-dark