Skip to content

Commit 7294667

Browse files
authored
Merge pull request #3 from RamyaSubramaniSF4537/ES-1021455-Readme
1021455: Updated Readme file
2 parents d9ffd74 + 27a28fe commit 7294667

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,38 @@
22

33
A quick-start project that shows how to add the Syncfusion Barcode and QR Code Generator components to a Blazor WebAssembly application. This project contains the code to generate different barcode types, QR code and data matrix, and how to customize the control like changing its dimensions, color, and font.
44

5-
**Documentation**: https://blazor.syncfusion.com/documentation/barcode/getting-started
5+
## Features
66

7-
**Online examples**: https://blazor.syncfusion.com/demos/barcodes/default-functionalities
7+
- Generate standard barcode types (Code 39, Code 128, EAN, UPC, and more)
8+
- Generate QR codes and Data Matrix codes
9+
- Customize dimensions (width and height) of barcode and QR code components
10+
- Change foreground colors
11+
- Configure text display
12+
- Seamlessly integrates with Blazor WebAssembly applications
813

914
## Prerequisites
1015

1116
* Visual Studio 2022
17+
* .NET 8.0 SDK or later
18+
* Syncfusion Blazor NuGet packages
1219

1320
## How to run the project
1421

1522
* Checkout this repository in your local disk.
1623
* Open the solution file using the Visual Studio 2022.
1724
* Restore the NuGet packages by rebuilding the solution.
18-
* Run the project.
25+
* Run the project.
26+
27+
## Configuration
28+
29+
The Syncfusion Barcode and QR Code Generator components can be configured directly in your Razor files. Add the required namespace in `_Imports.razor` and register the Syncfusion services in `Program.cs` before use.
30+
31+
## Additional Resources
32+
33+
**Documentation**: https://blazor.syncfusion.com/documentation/barcode/getting-started
34+
35+
**Online examples**: https://blazor.syncfusion.com/demos/barcodes/default-functionalities
36+
37+
## Support
38+
39+
For questions or issues, visit the [Syncfusion support portal](https://support.syncfusion.com) or raise a GitHub issue in this repository.

0 commit comments

Comments
 (0)