UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

15 lines 499 B
import React from 'react'; import AppSwitcherIcon from '@atlaskit/icon/core/app-switcher'; import { SkeletonIconButton } from './components/SkeletonIconButton'; /** * __Nav 4 skeleton switcher button__ * * A nav 4 skeleton switcher button */ export const Nav4SkeletonSwitcherButton = ({ label = '' }) => /*#__PURE__*/React.createElement(SkeletonIconButton, null, /*#__PURE__*/React.createElement(AppSwitcherIcon, { label: label, spacing: "spacious", color: "var(--ds-icon, #292A2E)" }));