Implement search box with autocomplete
This commit is contained in:
@@ -4,7 +4,7 @@ import { Box } from 'grommet';
|
||||
export const Header = (props: PropsWithChildren<{}>) => {
|
||||
return (
|
||||
<Box
|
||||
tag='header'
|
||||
as='header'
|
||||
direction='row'
|
||||
align='center'
|
||||
justify='center'
|
||||
|
||||
Reference in New Issue
Block a user