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

Create Layout component #40

Closed
pedronauck opened this issue Aug 24, 2022 · 0 comments · Fixed by #61
Closed

Create Layout component #40

pedronauck opened this issue Aug 24, 2022 · 0 comments · Fixed by #61
Assignees

Comments

@pedronauck
Copy link
Contributor

pedronauck commented Aug 24, 2022

Props

  • isLoading: boolean

Subcomponents

  • <Layout.TopBar />
  • <Layout.Content />
  • <Layout.BottomBar />

Notes

  • This component will be the layout component for all internal pages with a <Topbar>, children and a bottom element
<Layout>
  <Layout.Topbar title="Some title" isInternal />
  <Layout.Content />
  <Layout.BottomBar>
    <Button variant="gray">Cancel</Button>
    <Button variant="primary">Save</Button>
  </Layout.BottomBar>
</Page>
@luizstacio luizstacio changed the title Create Page component Create layout component Aug 24, 2022
@pedronauck pedronauck changed the title Create layout component Create Layout component Aug 24, 2022
@pedronauck pedronauck self-assigned this Aug 25, 2022
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

Successfully merging a pull request may close this issue.

1 participant