Fundamentals
Components
Code Utilities
Demo
BcButton
Description
BlazorCrafts Button Component.
Base functionality is inherited by BcComponentBase
The "Flat", "Suggested" and "Destructive" style classes action can be used together with "pill" or "circular".
Parameters
Pill
bool
The Button uses a style with Round corners, so it looks like a Pill.
ButtonType
StylesButtonType
Different types of style. See the examples below
ChildContent
RenderFragment
The button text or display content.
StylesButtonType
Regular
Regular style
Circular
Circular Button style
Flat
Button with transparent background style
Icon
Icon Button style
Osd
Style with Dark Background for use on top of Media Elements
Suggested
Suggested Button Style
Destructive
Destructive Button Style