Learn how to use the suggestions plugin
import { suggestionsPlugin } from '@zentara/plugin-suggestions'; // ... return ( <ZentaraInput plugins={[ suggestionsPlugin({ triggers: ['{', '{{', '{{.'], suggestions: ['foo', 'bar', 'baz'], }), ]} /> );