Rakesh9100 / Beautiify

Beautiify comprises a curated selection of beautifully designed components and animations that can be seamlessly incorporated into any website, elevating its overall UI experience.
https://beautiify.netlify.app
Apache License 2.0
196 stars 326 forks source link

[Feature] Search Bar with Suggestions (Autocomplete) #1098

Open tanishaprasad opened 1 week ago

tanishaprasad commented 1 week ago

Description

This type of search bar provides suggestions or autocomplete options as users type. It enhances usability by helping users find relevant search terms quickly.

Screenshots

Searchbar

Checklist

Code of Conduct

github-actions[bot] commented 1 week ago

Hey @tanishaprasad, Welcome to the project Beautiify! 🎊 Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

ShagunSharma17 commented 1 week ago

Hi @tanishaprasad can you assign this task to me. I think i can make an attractive search bar

Rakesh9100 commented 1 week ago

From where you will get the suggestions, will it fetch from the Google @tanishaprasad

tanishaprasad commented 1 week ago

From where you will get the suggestions, will it fetch from the Google @tanishaprasad

The suggestions will be fetched using an array as the data source for suggestions.