diff --git a/src/components/common/SearchBar.astro b/src/components/common/SearchBar.astro new file mode 100644 index 0000000..db1ffea --- /dev/null +++ b/src/components/common/SearchBar.astro @@ -0,0 +1,76 @@ +--- +interface Props { + placeholder?: string; + ariaLabel?: string; + className?: string; +} + +const { + placeholder = "Search...", + ariaLabel = "Search", + className = "", +} = Astro.props; +--- + +
Coming soon...
+ )} +No Results
+No Results
Coming soon...
- )} -