Skip to content

ArdoContainer

ArdoContainer component

ArdoContainer

Usage

<ArdoContainer
  type={ArdoContainerType}
  title?={string}
>
  {children}
</ArdoContainer>

Props

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

Source


← ArdoCodeGroup | ArdoContent →