• 
      

    Add a Menu Button component.

    Review Request #13644 — Created March 18, 2024 and submitted

    Information

    Ink
    master

    Reviewers

    The Menu Button is a button that displays a drop-down menu on hover,
    click, or keyboard interaction. This can be used to select an action or
    change settings for a piece of UI.

    Menu Buttons can have a distinct Action Button, which will invoke an
    action but will not show the drop-down menu. In this situation, the menu
    is generally used for configuration or alternate (but related) actions.

    Tested the component thoroughly in Storybook.

    Unit tests pass.

    Summary ID
    Add a Menu Button component.
    The Menu Button is a button that displays a drop-down menu on hover, click, or keyboard interaction. This can be used to select an action or change settings for a piece of UI. Menu Buttons can have a distinct Action Button, which will invoke an action but will not show the drop-down menu. In this situation, the menu is generally used for configuration or alternate (but related) actions.
    744744e9eea07d747dd3ceeaf473dc66eb606ca4

    Description From Last Updated

    Missing a docstring for the file. Also just wondering what this file is for, it's not a component, schema or …

    maubinmaubin

    Is this supposed to be this empty?

    maubinmaubin
    maubin
    1. 
        
    2. Show all issues

      Missing a docstring for the file. Also just wondering what this file is for, it's not a component, schema or theme and I notice other components don't have a file like this.

      1. Leftover from an old version of all this. This should have been removed. Sorry about that!

    3. Show all issues

      Is this supposed to be this empty?

      1. Yeah, the idea is that every component has these variables available for use when specializing. They need to be there, even if empty.

    4. 
        
    chipx86
    david
    1. Ship It!
    2. 
        
    maubin
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (fdef2c5)