eQuantic.UI Documentation

Component

Button

Interactive button component with multiple variants and states.

Usage Example

new Button("Click Me", variant: ButtonVariant.Primary);

Properties

PropertyDescription
labelThe text to display on the button.
variantThe visual style of the button (Primary, Secondary, Outline, etc.).
sizeThe size of the button (Small, Medium, Large).
onClickAction triggered when the button is clicked.

Style Customization

All eQuantic.UI components accept Tailwind CSS utilities to ensure they integrate seamlessly with your brand.