✨feature: Scaffold project
This commit is contained in:
12
src/components/SearchBar.astro
Normal file
12
src/components/SearchBar.astro
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
// SearchBar.astro
|
||||
import "../styles/global.css";
|
||||
---
|
||||
|
||||
<div class="border-b p-4 bg-white">
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Search prompts..."
|
||||
class="w-full p-2 border rounded focus:outline-none focus:ring"
|
||||
/>
|
||||
</div>
|
||||
Reference in New Issue
Block a user