AtlasButton

Drop-in replacement for buttons used in Atlassian product environments.
Access to Fuegokit npm packages, source code repositories, and some content is limited to Appfire staff. Log in with Slack to continue.

Use as a drop-in replacement for buttons in Atlassian products.

AtlasButton handles mouse, keyboard, and touch interactions, focus behavior, and ARIA props for both native button elements and custom element types.

Extends the Fuegokit Button ARIA primitive.

Provides all props from the product environment, styles for various needs, normalized behavior across different platforms and devices, and consistent keyboard focus behavior.

Import

import {AtlasButton} from '@fuegokit/react'

Usage

See also