When there are more than a few options to choose from, you can wrap them in a Dropdown. By hovering or clicking on the trigger, a dropdown menu will appear, which allows you to choose an option and execute the relevant action.
Set content and trigger method of dropdown, the default trigger method is click.
2
const { Add, Stop, Pen, Trash, More } = KubeIcon;
5
    <MenuLabel>menu label</MenuLabel>
6
    <MenuItem icon={<Add />}>Add</MenuItem>
7
    <MenuItem icon={<Stop />}>Stop</MenuItem>
8
    <MenuItem icon={<Pen />}>Edit</MenuItem>
9
    <MenuItem icon={<Trash />}>Delete</MenuItem>
13
  <div style={{ height: '100px', width: '100%', backgroundColor: '#f9fbfd' }}>
14
    <Dropdown content={MenuComponent}>
15
      <Button variant="text" radius="lg">