File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ which also serves its API. The application includes:
45
45
* "Authentication" &ndash ; a GitHub authentication sample with Google-style real-time
46
46
session tracking, "Kick", and "Sign-out everywhere" actions.
47
47
48
+ > Check out a [ 7-min. video walk-through] ( https://www.youtube.com/watch?v=nBJo9Y2TvEo )
49
+ > for this sample - the animations below show just some of its features.
50
+
48
51
![ ] ( docs/img/Samples-Blazor.gif )
49
52
50
53
Note that "Composition" sample shown in a separate window in the bottom-right corner
Original file line number Diff line number Diff line change 1
1
@page " /"
2
2
3
- <div class =" jumbotron" >
3
+ <div class =" jumbotron" xmlns = " http://www.w3.org/1999/html " >
4
4
<h1 class =" display-4" >Welcome!</h1 >
5
- <p class =" lead" >This is Stl.Fusion Blazor sample.</p >
6
- <p ><BlazorModeSwitch /></p >
7
- <p class =" lead" >Please share your feedback once you're done with it!</p >
5
+ <p class =" lead" >This is Fusion+Blazor sample - the most advanced one we have.</p >
6
+ <p >
7
+ Choose the mode to use:<br />
8
+ <BlazorModeSwitch />
9
+ </p >
8
10
<hr class =" my-4" >
11
+ <p class =" lead" >Please share your feedback once you're done playing with it!</p >
9
12
<p class =" lead" >
10
13
<a class =" btn btn-primary btn-lg" href =" https://forms.gle/TpGkmTZttukhDMRB6" role =" button" >Share your feedback</a >
11
14
</p >
You can’t perform that action at this time.
0 commit comments