obsidian-portfolio
    Preparing search index...
    • Create a page that looks like a note from Obsidian using the given title and React children elements.

      Parameters

      • props: NoteProps & { children?: ReactNode }

        the properties object including the title and React children.

        The input properties for the Note function.

        • title: string

          the title of the note.

        • Optionalchildren?: ReactNode

          a React text element.

      Returns Element

      a React element.