DictionaryPage
This file contains the DictionaryPage component, which allows users to search the dictionary for words and kanji using wildcard patterns. It displays results in a tabbed interface and shows detailed information when a result is selected.
Functions¶
DictionaryPage()¶
Defined in: src/pages/DictionaryPage.tsx:24
Renders the main dictionary search page.
Returns¶
Element
The dictionary page component.