Implement search box with autocomplete

This commit is contained in:
2020-07-22 17:16:49 +02:00
parent 689203761e
commit af1594f375
3 changed files with 39 additions and 1 deletions

View File

@@ -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'