Container

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

  • <Container> Container, used for layout.
  • <Header> Container header.
  • <Content> Container content.
  • <Footer> Container footer.
  • <Sidebar> Container sidebar.

Usage

import { Container, Header, Content, Footer, Sidebar } from 'rsuite';

Examples

Basic Layout

Sidebar Layout

Login Page Layout

πŸŽ‰ v5 is released! Head to the v5 documentation to get started.