File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,18 +106,18 @@ Some of the button styles use a relatively light foreground color, and should on
106
106
107
107
### Sizes
108
108
109
- Fancy larger or smaller buttons? Add ` Size="Size .Large" ` or ` Size="Size .Small" ` for additional sizes.
109
+ Fancy larger or smaller buttons? Add ` Size="ButtonSize .Large" ` or ` Size="ButtonSize .Small" ` for additional sizes.
110
110
111
111
<img src = " https://i.imgur.com/Vdiyg6q.jpg" alt = " Blazor Bootstrap: Button Component - Sizes" />
112
112
113
113
``` cshtml showLineNumbers
114
114
<p>
115
- <Button Color="ButtonColor.Primary" Size="Size .Large"> Large button </Button>
116
- <Button Color="ButtonColor.Secondary" Size="Size .Large"> Large button </Button>
115
+ <Button Color="ButtonColor.Primary" Size="ButtonSize .Large"> Large button </Button>
116
+ <Button Color="ButtonColor.Secondary" Size="ButtonSize .Large"> Large button </Button>
117
117
</p>
118
118
<p>
119
- <Button Color="ButtonColor.Primary" Size="Size .Small"> Small button </Button>
120
- <Button Color="ButtonColor.Secondary" Size="Size .Small"> Small button </Button>
119
+ <Button Color="ButtonColor.Primary" Size="ButtonSize .Small"> Small button </Button>
120
+ <Button Color="ButtonColor.Secondary" Size="ButtonSize .Small"> Small button </Button>
121
121
</p>
122
122
```
123
123
@@ -385,4 +385,4 @@ HTML tooltips not supported at this moment.
385
385
}
386
386
```
387
387
388
- [ See button click events demo here.] ( https://demos.blazorbootstrap.com/buttons#click-events )
388
+ [ See button click events demo here.] ( https://demos.blazorbootstrap.com/buttons#click-events )
You can’t perform that action at this time.
0 commit comments