Skip to content

Commit 10274ee

Browse files
author
Boris
committed
Improve readme demo
1 parent b05b8d5 commit 10274ee

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dotnet add package SimpleBlazorMultiselect
1919
See the project `SimpleBlazorMultiselectDemo` for more examples of how to use the component,
2020
or take a look at the properties page on the [wiki](https://github.com/BorisGerretzen/SimpleBlazorMultiselect/wiki/Properties).
2121
You 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

2324
Below are some short examples, they all use the following `@code` block:
2425
```csharp

demo/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.

0 commit comments

Comments
 (0)