Skip to content

ArdoNote

ArdoNote component

Usage

<ArdoNote
  title?={string}
>
  {children}
</ArdoNote>

Props

PropTypeRequiredDescription
titlestringNoOptional custom title
childrenReactNodeYesContent to display

Source


← ArdoLayout | ArdoProvider →