This website requires JavaScript.
Explore
Help
Sign In
kevin
/
BlazorDeepDive
Watch
1
Star
0
Fork
0
You've already forked BlazorDeepDive
Code
BlazorDeepDive
/
ServerManagement
/
Components
/
Controls
History
Kevin Matsubara
9396e98eea
Unstyle bullet list for server components.
2025-03-28 12:21:42 +01:00
..
CityComponent.razor
Move city into its own component and use EventCallback to bubble events when a city is clicked to be handled by the parents of the component.
2025-03-27 12:05:31 +01:00
CityComponent.razor.css
Move city into its own component and use EventCallback to bubble events when a city is clicked to be handled by the parents of the component.
2025-03-27 12:05:31 +01:00
CityListComponent.razor
Clear city selection using a component reference.
2025-03-27 21:36:53 +01:00
SearchBarComponent.razor
Change input field widths using CSS isolation.
2025-03-27 22:49:26 +01:00
SearchBarComponent.razor.css
Change input field widths using CSS isolation.
2025-03-27 22:49:26 +01:00
ServerComponent.razor
Use Cascading Parameter to provide server component with selected city parameter to set a background color.
2025-03-28 12:20:07 +01:00
ServerListComponent.razor
Unstyle bullet list for server components.
2025-03-28 12:21:42 +01:00