Skip to content

Instantly share code, notes, and snippets.

@iwannabebot
Created September 10, 2018 13:30
Show Gist options
  • Save iwannabebot/04ac1db9b5bafbc280979a8b9a4fbcff to your computer and use it in GitHub Desktop.
Save iwannabebot/04ac1db9b5bafbc280979a8b9a4fbcff to your computer and use it in GitHub Desktop.
To apply material theme in your application, you need to add the following code in _Layout.cshtml
// If using tag helpers
<c1-styles theme="material" />
// If using html helpers
@Html.C1().Styles().Theme("material")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment