Minor Changes
-
#1067
8af42c73Thanks @tenphi! - Button.Split: New compound component for split-button patterns. Supports two modes: custom (arbitrary<Button>children with joined radius) and strict (declarativeactionsarray with built-in dropdown menu, controlled/uncontrolled selection).type,theme,size, andisDisabledare inherited by child buttons via context. -
#1067
8af42c73Thanks @tenphi! - Tabs: Added support foricon,rightIcon,prefix,suffix,tooltip,isLoading, andloadingSlotprops onTabs.Tab, inherited from theItemcomponent. Tab icons are also shown in the TabPicker dropdown.
Patch Changes
-
#1067
8af42c73Thanks @tenphi! - Button: The dynamiciconcallback now receivespressedin its mods argument. Use it to change the icon when the button is pressed (e.g., arrow up when menu is open, arrow down when closed). -
#1067
8af42c73Thanks @tenphi! - Disclosure: Removed default white background (fill) from the disclosure root. The component is now transparent by default; usestylesorcontentStylesto add a background when needed.