📄️ Button
The Button component provides a flexible and accessible way to create styled buttons with support for variants, sizes, icons, full-width layout, and custom colors. Built using Tailwind CSS and designed to be reused across your UI.
📄️ IconButton
The IconButton component renders a button with only an icon. It's useful for icon-only interactions like toolbars, toggles, and quick actions. Fully accessible with required aria-label support and customizable via size, color, and disabled state.
📄️ ActionButtonList
The ActionButtonList component renders a dropdown menu of action buttons, triggered by an icon. Ideal for context menus, inline action lists, and compact UI elements.