These are the default Radzen Buttons.
Light and Dark button styles don't have Shades
Use Variant="Variant.Flat"
for flat button variant.
Light and Dark button styles don't have Shades
Use Variant="Variant.Outlined"
for outlined button variant.
Light and Dark button styles don't have Shades
Use Variant="Variant.Text"
for text button variant.
Light and Dark button styles don't have Shades
Text, icons and images can be added to a button.
Use the Size
property to set button size. Available sizes are ExtraSmall, Small, Medium (default), and Large.
Floating action button.
Use Disabled="true"
to disable a button.
Use IsBusy="true"
to show the busy indicator.
Source Code licensed under
MIT