Closed Arbtrage closed 1 year ago
Someone is attempting to deploy a commit to a Personal Account owned by @suryanshsingh2001 on Vercel.
@suryanshsingh2001 first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mylibrary | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 14, 2023 3:08pm |
Can you provide me with some details as to how should I style the seach bar ?
Can you provide me with some details as to how should I style the seach bar ?
Sure, You can make changes in className to style the search bar. Also make sure to undo any changes you did for the button.
const inputProps = {
placeholder: "Search for books",
value,
onChange,
className:
"w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:border-blue-500",
};
Sure will do so.
Added materials UI for future component styling also
Please review @suryanshsingh2001 .