EdCharbeneau / BlazorProSnippets

A collection of Blazor snippets for .NET ninjas.
Other
23 stars 4 forks source link

A collection of Blazor snippets to help speed up development with Visual Studio.

Markup snippets

Snippet For
bhelp Lists Blazor snippets
bform <EditForm...
binput <InputText...
bselect <InputSelect...
bdate <InputDate...
barea <InputArea...
bval <ValidationMessage...
bcode @code {...}
bcodelm `@code { +life cycles }

Code snippets

Snippet For
para [Parameter]...
parac [CascadingParameter]...
paracc ChildContent...
paraec EventCallback...