diff --git a/docs/docs/05-components/buttons.mdx b/docs/docs/05-components/buttons.mdx index ed827892b..0192541be 100644 --- a/docs/docs/05-components/buttons.mdx +++ b/docs/docs/05-components/buttons.mdx @@ -106,18 +106,18 @@ Some of the button styles use a relatively light foreground color, and should on ### Sizes -Fancy larger or smaller buttons? Add `Size="Size.Large"` or `Size="Size.Small"` for additional sizes. +Fancy larger or smaller buttons? Add `Size="ButtonSize.Large"` or `Size="ButtonSize.Small"` for additional sizes. Blazor Bootstrap: Button Component - Sizes ```cshtml showLineNumbers

- - + +

- - + +

``` @@ -385,4 +385,4 @@ HTML tooltips not supported at this moment. } ``` -[See button click events demo here.](https://demos.blazorbootstrap.com/buttons#click-events) \ No newline at end of file +[See button click events demo here.](https://demos.blazorbootstrap.com/buttons#click-events)