Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HelixApp #58

Open
CITguy opened this issue Aug 1, 2018 · 0 comments
Open

HelixApp #58

CITguy opened this issue Aug 1, 2018 · 0 comments

Comments

@CITguy
Copy link
Contributor

CITguy commented Aug 1, 2018

<HelixApp/> component to wrap layout of Helix app content.

<div id="app"><!-- mount React app here -->
  <div id="stage">
    <!-- (optional) Product Navigation -->
    <nav id="nav">...</nav>

    <!-- (optional) Left Rail -->
    <aside class="hxSiderail">...</aside>

    <main id="content">
      <!-- Application Content goes here -->
    </main>

    <!-- (optional) Right Rail -->
    <aside class="hxSiderail">...</aside>
  </div>
</div>

See https://helix-ui.netlify.com/components/layouts/#stage-area

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant