modal-feature for movies and possibility to search for movies

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2023-09-05 17:21:39 +02:00
parent ffe520b94d
commit 42fd4ee7aa

View file

@ -95,7 +95,10 @@ function App() {
<q.div className="flex flex-col w-full items-center">
<q.h1 className="py-4">All movies</q.h1>
<q.form className="flex flex-col gap-3 card p-4 rounded-lg w-full px-28">
<q.form
className="flex flex-col gap-3 card p-4 rounded-lg w-full px-28"
onSubmit={handleMovieSubmit}
>
<q.label>Choose a movie title:</q.label>
<q.input
type="text"