From 51d820e22a4517dbb06d38a4f07f7c48522ef811 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 5 Jun 2023 03:25:53 +0200 Subject: Initial commit --- GitRepoViewer/Shared/SurveyPrompt.razor | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 GitRepoViewer/Shared/SurveyPrompt.razor (limited to 'GitRepoViewer/Shared/SurveyPrompt.razor') diff --git a/GitRepoViewer/Shared/SurveyPrompt.razor b/GitRepoViewer/Shared/SurveyPrompt.razor new file mode 100644 index 0000000..657b190 --- /dev/null +++ b/GitRepoViewer/Shared/SurveyPrompt.razor @@ -0,0 +1,17 @@ +
+ + @Title + + + Please take our + brief survey + + and tell us what you think. +
+ +@code { + // Demonstrates how a parent component can supply parameters + [Parameter] + public string? Title { get; set; } + +} \ No newline at end of file -- cgit 1.5.1