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
Example
// Standalone usage <App/>
// Controlled by a host application <App language="en" onLanguageChange={setLang} numberingSystem="FDI" onNumberingChange={setNumbering} darkMode={isDark} onDarkModeChange={setDark} />
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.).