Skip to content

Commit 6c422a3

Browse files
csharpfritzCopilot
andcommitted
docs: Add sample site screenshots to README
Added 4 screenshots showcasing the sample site: - Homepage with component catalog - GridView with interactive data binding - Chart component with Chart.js - Fuzzy search feature Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ef66cbe commit 6c422a3

5 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ A collection of Blazor components that emulate the web forms components of the s
88

99
[Live Samples running on Azure](https://blazorwebformscomponents.azurewebsites.net)
1010

11+
## Sample Site
12+
13+
The sample site showcases all components with interactive examples, code snippets, and a searchable catalog.
14+
15+
### Homepage & Component Catalog
16+
![Sample Site Homepage](docs/images/sample-site-homepage.png)
17+
18+
### GridView with Interactive Data
19+
![GridView Sample](docs/images/sample-site-gridview.png)
20+
21+
### Chart Component with Chart.js
22+
![Chart Sample](docs/images/sample-site-chart.png)
23+
24+
### Fuzzy Search
25+
![Search Feature](docs/images/sample-site-search.png)
26+
1127
## Approach + Considerations
1228

1329
We believe that Web Forms applications that have been well maintained and provide value should have a path forward to the new user-interface frameworks with minimal changes. This is not an application converted nor is it a patch that can be applied to your project that magically makes it work with ASP<span></span>.NET Core. This repository contains a library and series of strategies that will allow you to re-use much of your markup, much of your business code and help shorten your application re-write process.

docs/images/sample-site-chart.png

180 KB
Loading
177 KB
Loading
279 KB
Loading

docs/images/sample-site-search.png

260 KB
Loading

0 commit comments

Comments
 (0)