We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb9f48 commit 871f3a1Copy full SHA for 871f3a1
README.md
@@ -15,7 +15,7 @@ Or via the Visual Studio package manger.
15
16
## Basic usage
17
Start by adding the following using statement to your root `_Imports.razor`.
18
-```
+```asp
19
@using SignaturePad
20
```
21
@@ -47,7 +47,7 @@ public class MyInput
47
## Providing options
48
You can configure the SignaturePad by providing a `SignaturePadOptions` instance to the component.
49
50
-```csharp
51
<SignaturePad @bind-Value="Input.Signature" Options="_options" style="width: 100%" />
52
53
@code {
0 commit comments