Skip to content

Icon buttonNew

Enables users to control the visibility of other UI elements.
  • Comes in three visually different variants.
  • Supports three sizes.
  • Has a required Tooltip to ensure clarity around the button's function.

At Pleo, we use Icon Buttons for actions that affect the visibility of other UI elements. Examples include closing a side panel, navigating between items in a side panel, and toggling the visiblity of filter controls. For more definitive actions, such as creating, editing, or deleting content, we prefer our regular Button component.

Use for important actions that affect the visibility of other UI elements.

Use for actions of regular importance that affect the visibility of other UI elements.

Use for less important actions that affect the visibility of other UI elements.

The component supports four sizes.

Use the Icon prop to specify which of our icons to show in the button.

The component comes with a required Tooltip to ensure clarity around the button's function. See the Tooltip component's API for details.

Pass the disabled prop to disable all interactions with the button.

  • Button: A clickable element which communicates that users can trigger an action.
  • Button group: A layout component used to group multiple related actions a user can take.