Skip to content

Instantly share code, notes, and snippets.

@Mirch
Created January 12, 2019 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mirch/532f20b953c7dad5a9ad78e52f7dfa61 to your computer and use it in GitHub Desktop.
Save Mirch/532f20b953c7dad5a9ad78e52f7dfa61 to your computer and use it in GitHub Desktop.
<div style="background-color:#b1afaf">
<h3>@Title</h3>
<p>@ChildContent</p>
</div>
@functions {
[Parameter]
private string Title { get; set; }
[Parameter]
private RenderFragment ChildContent { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment