Tailwind CSS Speed Dial - React

Our Tailwind CSS pagination can be used to show different actions when hovering the button.

See below our SpeedDial component example that you can use in your Tailwind CSS and React project. The example comes in different styles, so you can adapt it easily to your needs.


Examples on this page are using @heroicons/react make sure you have installed it.

npm i @heroicons/react



Speed Dial Placement

Use the example below for using SpeedDial with different placements in a page.


Speed Dial Custom Icon

Use the example below for using custom icon for SpeedDial handler.


Controlled Speed Dial

Use the example below to make the SpeedDial a controlled component using React state. This is helpful if you need the open/close states of SpeedDial.


Speed Dial With Text Inside

Use the example below for a SpeedDial that has a label inside of it's actions.


Speed Dial With Text Outside

Use the example below for a SpeedDial that has a label outside of it's actions.


Speed Dial with Custom Styles

You can use the className prop to add custom styles to the SpeedDial component.

Edit this page on Github