import React from 'react'; import { AtlassianInternalWarning, code, Example, md, Props } from '@atlaskit/docs'; const _default_1: any = md` ${()} A React component that wraps a trigger, such that when interacted a user profile card pops up. ## Usage ### Using the ProfileCardTrigger ${code` import ProfileClient from '@atlaskit/profilecard/client'; import ProfileCardTrigger from '@atlaskit/profilecard/user'; const profileClient = new ProfileClient({ url: 'https://directory-graphql-service/endpoint' // GraphQL service endpoint }); {} } ]} > `} ${( )} ${( )} `; export default _default_1;