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