Skip to content

Word suggestion is an npm module delivering intelligent word suggestions for enhanced text input in your applications. Elevate user experience with dynamic and context-aware suggestions, making content creation a breeze. Integrate word-suggestion to add a touch of efficiency to your projects.

Notifications You must be signed in to change notification settings

thenamevishnu/word-suggestion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A typeahead component for inputs

npm version

Install

$ npm i word-suggestions

Usage

Quick start

import {prefix} from "word-suggestions"

const wordsArray = ["hello","hey","how are you","do you have a pen?","coding","codes"]

prefix.UploadArray(wordsArray)

const output = prefix.searchResponse("Co")

console.log(output) // ["coding","codes"]

About

Word suggestion is an npm module delivering intelligent word suggestions for enhanced text input in your applications. Elevate user experience with dynamic and context-aware suggestions, making content creation a breeze. Integrate word-suggestion to add a touch of efficiency to your projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published