UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian products.

11 lines (10 loc) 423 B
import React from 'react'; import { gridSize } from '@atlaskit/theme/constants'; import { IconButtonSkeleton } from '../IconButton/skeleton'; // Not exported to consumers, only used in NavigationSkeleton // eslint-disable-next-line @repo/internal/react/require-jsdoc export const SignInSkeleton = () => /*#__PURE__*/React.createElement(IconButtonSkeleton, { marginLeft: 6, marginRight: 6, size: gridSize() * 4.75 });