@yamlresume/playground
    Preparing search index...

    Function ResumeEditor

    • A specialized editor component for editing the resume YAML content.

      This component wraps the shared Editor component, pre-configured for YAML editing.

      Parameters

      • props: ResumeEditorProps

        The component props.

        Props for the ResumeEditor component.

        • onChange: (value: string) => void

          Callback triggered when the editor content changes.

        • OptionalonMount?: OnMount

          Callback triggered when the editor is mounted.

        • value: string

          The current value of the YAML resume.

      Returns Element

      The rendered editor component.