The final objective is to bring to life the boring search-box component. We are going to add a few transitions and animations to make it more enjoyable to use.
We can use these materials as reference:
Add a simple transition when you hover each one of the suggestions. You can just set a grey background for example.
Make the search-box scale up a bit when it is focused.
Create a transition for the suggestions' wrapper that animates the height from 0 to auto.
Create a transition that animates the appearance of the suggestions.
npm install
npm run serve
npm run build
npm run lint