add explore

This commit is contained in:
2025-12-19 16:51:18 -03:00
parent 5959287fea
commit 9e4c97e7dd
8 changed files with 268 additions and 157 deletions

View File

@@ -16,6 +16,7 @@ export function SearchForm({
className,
onChange,
defaultValue = '',
children,
...props
}: {
placeholder?: React.ReactNode
@@ -80,6 +81,8 @@ export function SearchForm({
</InputGroupButton>
</InputGroupAddon>
)}
{children}
</InputGroup>
)
}