Provides styled button components with multiple variants including standard buttons, alternate buttons with shadow effects, and different sizes. Buttons are designed for consistent styling across the application.
Use standard HTML button elements or anchor tags with button classes. Buttons automatically center themselves and have responsive behavior.
.btn - Standard button styling.alt - Alternate button with shadow effect.btn-small - Smaller padding button.btn-large - Larger button with uppercase text.text-btn - Text-only button style.disabled - Disabled button state.alt class for buttons with shadow effects.btn-small reduces padding for compact layouts.btn-large increases size and uses uppercase text.text-btn creates text-only button styling.disabled class provides disabled state styling<button> and <a> elements