Trails Packages
    Preparing search index...

    Properties of the TitledSection component.

    interface TitledSectionProps {
        children?: ReactNode;
        sectionHeadingProps?: SectionHeadingProps;
        title?: ReactNode;
    }
    Index

    Properties

    children?: ReactNode

    Children are rendered without any modifications.

    sectionHeadingProps?: SectionHeadingProps

    Properties for the automatically generated section heading.

    NOTE: This is only applied if title is a string.

    title?: ReactNode

    The title component.

    Strings are automatically wrapped in a SectionHeading. More complex nodes should use the SectionHeading internally.