File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ dotnet add package SimpleBlazorMultiselect
1919See the project ` SimpleBlazorMultiselectDemo ` for more examples of how to use the component,
2020or take a look at the properties page on the [ wiki] ( https://github.com/BorisGerretzen/SimpleBlazorMultiselect/wiki/Properties ) .
2121You can also view a live demo [ here] ( https://borisgerretzen.github.io/SimpleBlazorMultiselect/ ) .
22+ To view the source code of the demo, take a look in the ` demo ` folder of this repository.
2223
2324Below are some short examples, they all use the following ` @code ` block:
2425``` csharp
Original file line number Diff line number Diff line change 1+ # Demos
2+
3+ In this folder you can find the demo projects for the library.
4+ In ` SimpleBlazorMultiselect.Demo.Shared ` you can find the implementation of the various pages of the demo app.
5+ The other two projects showcase how to use the library in Blazor WebAssembly and Blazor Server applications.
You can’t perform that action at this time.
0 commit comments