You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
466 B
26 lines
466 B
![]()
2 years ago
|
---
|
||
|
sidebar_position: 1
|
||
|
title: Introduction
|
||
|
---
|
||
|
|
||
|
## Razor component
|
||
|
|
||
|
We're going to see how a Blazor component works.
|
||
|
|
||
|
### List of steps
|
||
|
|
||
|
* Creating a Generic Component
|
||
|
* Creating a complex component
|
||
|
* Component Description
|
||
|
* Component appendix classes
|
||
|
* Creating the `item` component item
|
||
|
* Creating the `craft` component element
|
||
|
* Using the component
|
||
|
|
||
|
### List of concepts
|
||
|
|
||
|
* RenderFragment
|
||
|
* Event handling
|
||
|
* IJSRuntime
|
||
|
* CascadingValue & CascadingParameter
|