ObjectUIObjectUI

Container

Centered content container with max-width

Examples

Basic Container

Content inside container

Schema

interface ContainerSchema {
  type: 'container';
  children: SchemaNode[];
  className?: string;
}

On this page