Container

Usage

<Container
  type={ContainerType}
  title?={string}
>
  {children}
</Container>

Props

PropTypeRequiredDescription
typeContainerTypeYesContainer type determining the style
titlestringNoOptional custom title
childrenReactNodeYesContent to display inside the container

Source


← CodeGroup | Content →