+ The CompoundButton offers three style options: Primary (default), Standard, and Text.
+
+
Primary
- Standard
- Disabled
+ Standard
+ Text
-
+
+
+ Primary buttons are attention-grabbing, featuring a filled appearance. They're designed for essential actions at the core of your application.
+
+
- Styled
- Classed
+ Primary
+ Disabled
+ Link
-
+
-
-
Visible: [ Visible ]
-
Hidden: [Hidden]
-
Collapsed: [ Collapsed ]
+
+ Standard buttons offer a moderate level of emphasis, suitable for important actions that aren't central to the application. They serve as a middle ground between Text buttons and the more prominent Primary buttons, providing flexibility in emphasis.
+
+
+
+ Standard
+ Disabled
+ Link
-
+
+
+ Text buttons are best suited for understated actions, serving as a less prominent choice in various interface elements.
+
+
-
- AriaDescription
-
- AriaHidden
+ Text
+ Disabled
+ Link
-
+
+
+ Managing button click event (OnClick).
+
+
- Open the site
- Open the site
+ Click me
+
+ BitCompoundButton supports three different types, 'Submit' for sending form data, 'Reset' to clear form inputs, and 'Button' to provide flexibility for different interaction purposes.
+
+
@if (formIsValidSubmit is false)
{
@@ -92,6 +115,10 @@
+
+ Here are some examples of customizing the button content.
+
+
@@ -116,17 +143,83 @@
-
+
+
+
+ Offering a range of specialized color variants, providing visual cues for specific actions or states within your application.
+
+
+
+
+ Info
+ Info
+ Info
+
+
+ Success
+ Success
+ Success
+
+
+ Warning
+ Warning
+ Warning
+
+
+ SevereWarning
+ SevereWarning
+ SevereWarning
+
+
+ Error
+ Error
+ Error
+
+
+
+
+
+
+
+
+ Varying sizes for buttons tailored to meet diverse design needs, ensuring flexibility and visual hierarchy within your interface.
+
+
+
+
+ Small
+ Medium
+ Large
+
+
+ Small
+ Medium
+ Large
+
+
+ Small
+ Medium
+ Large
+
+
+
+
+
+
+
+ Empower customization by overriding default styles and classes, allowing tailored design modifications to suit specific UI requirements.
+
+
-
Primary
-
+
+
+
+ You can control the display of buttons with three settings, 'Visible' for full display, 'Hidden' for concealing buttons without altering layout, and 'Collapsed' to remove the button and its space.
+