Container

The container layout can define the main frame of the page.

Import

import { Container, Header, Content, Footer, Sidebar } from 'rsuite';
  • <Container> Container, used to organize the layout structure.
  • <Header> Container header.
  • <Content> Container content.
  • <Footer> Container footer.
  • <Sidebar> Container sidebar.

Examples

Basic Layout

Login Page Layout

Vercel banner