-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathBarcodeExampleIntro.razor
More file actions
8 lines (7 loc) · 966 Bytes
/
BarcodeExampleIntro.razor
File metadata and controls
8 lines (7 loc) · 966 Bytes
1
2
3
4
5
6
7
8
@namespace MudExtensions.Docs.Examples
<MudGrid>
<MudAlert Class="mud-width-full" Severity="Severity.Success"><b>If you feel barcode readers response slowly, increase the <CodeBlock>StrokeWidth</CodeBlock> value for a better read performance.</b></MudAlert>
<MudAlert Class="mud-width-full" Severity="Severity.Success"><b>You can independently set height and width, but for some barcode formats like QR, the component have to has same width and height (square sized). Use <CodeBlock>ForceHeight</CodeBlock> to set height for some barcode types like UPC_A and UPC_E.</b></MudAlert>
<MudAlert Class="mud-width-full" Severity="Severity.Success"><b>Remember that although you can freely specify colors, can get the best results with the highest contrast.</b></MudAlert>
<MudAlert Class="mud-width-full" Severity="Severity.Warning"><b>Always check for the barcode with centered icons. It may not work if the icon is too big.</b></MudAlert>
</MudGrid>