Skip to content

SpeedDial

Floating quick actions menu.

import { SpeedDial, SpeedDialAction, Icon } from '@truongdq01/ui';
<SpeedDial ariaLabel="Actions" icon={<Icon>+</Icon>}>
<SpeedDialAction tooltipTitle="Share" />
<SpeedDialAction tooltipTitle="Save" />
</SpeedDial>;
  • Refer to the component props in the API reference or source for advanced configuration.