WordDialog
This component displays a dialog with information about a word. It includes a GPT-powered explanation, dictionary definitions, and the ability to save a clip of the word being used.
Functions¶
WordDialog()¶
Defined in: src/components/WordDialog.tsx:44
The WordDialog component.
This component is responsible for the following:
- Displaying information about a word, including a GPT-powered explanation and dictionary definitions.
- Allowing the user to save a clip of the word being used in the video.
Parameters¶
Parameter | Type | Description |
---|---|---|
props |
WordDialogProps |
The props for the component. |
Returns¶
Element
The WordDialog component.