Const
Default English labels for the NoteEditor component.
Use this as a reference when creating localized label objects. All labels can be partially overridden using the labels prop.
labels
import { defaultNoteEditorLabels } from '@hiyve/react-notes';// Create Japanese labelsconst japaneseLabels = { ...defaultNoteEditorLabels, title: 'Notes', placeholder: 'Enter your notes...', saving: 'Saving...',}; Copy
import { defaultNoteEditorLabels } from '@hiyve/react-notes';// Create Japanese labelsconst japaneseLabels = { ...defaultNoteEditorLabels, title: 'Notes', placeholder: 'Enter your notes...', saving: 'Saving...',};
Default English labels for the NoteEditor component.