Atlaskit missing componenets. common/app-frame

Hello,

I want use slide navigation in my APP.

there is code:

import React from 'react';

import { SideNavigation } from '@atlaskit/side-navigation';
import AppFrame from '../common/app-frame';

const ContainerExample = () => {
  return (
    <AppFrame shouldHideAppBar shouldHideBorder>
      <SideNavigation label="project">
        <div />
      </SideNavigation>
    </AppFrame>
  );
};

export default ContainerExample;

but where i can find “import AppFrame from ‘…/common/app-frame’;” ?

where I can find app-frame component in Atlaskit ?

Hi,

the App Frame is not needed for the Side Navigation. If you want to use the “AppFrame” you can find it in the corresponding CodeSandbox: default - CodeSandbox

Regards,
Adrian

1 Like

Thanks @AdrianSomesan !

1 Like

Hey mate apologies this was just for demonstrative purposes. If you’re looking for a app frame component however check out page layout: https://atlassian.design/components/page-layout/examples