Skip to content

Instantly share code, notes, and snippets.

@zHaytam
Created December 21, 2020 17:13
Show Gist options
  • Save zHaytam/587ae8bfa31c2d81f895a621fb39c3fc to your computer and use it in GitHub Desktop.
Save zHaytam/587ae8bfa31c2d81f895a621fb39c3fc to your computer and use it in GitHub Desktop.
<button class="@Theme">@Text</button>
@code {
[CascadingParameter]
public string Theme { get; set; }
[Parameter]
public string Text { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment