@elloloop/react-app-shell
v0.1.0
Published
Application shell layout component for React. Part of [Refraction UI](https://elloloop.github.io/refraction-ui/).
Downloads
62
Readme
@elloloop/react-app-shell
Application shell layout component for React. Part of Refraction UI.
Install
pnpm add @elloloop/react-app-shellUsage
import { AppShell } from '@elloloop/react-app-shell'
<AppShell
header={<Navbar />}
sidebar={<Sidebar />}
footer={<Footer />}
>
<main>Your content</main>
</AppShell>License
MIT
