React Advanced Odontogram - v2.2.1
    Preparing search index...

    Function default

    • Root React component for the Odontogram Editor.

      Renders the full dental chart UI: top bar with language/numbering/dark-mode controls, the SVG tooth grid, and the right-hand control panel for setting tooth states (caries, fillings, crowns, endo, inflammation, etc.).

      Parameters

      • __namedParameters: AppProps

      Returns Element

      // Standalone usage
      <App />

      // Controlled by a host application
      <App
      language="en"
      onLanguageChange={setLang}
      numberingSystem="FDI"
      onNumberingChange={setNumbering}
      darkMode={isDark}
      onDarkModeChange={setDark}
      />