From 5971b69a2990390529a6f8076331e3d7d10c9325 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 7 Jan 2021 15:40:11 +0100 Subject: soortvan zoekbalk --- src/components/gameSettings.tsx | 5 +++-- src/components/ui.tsx | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) (limited to 'src/components') diff --git a/src/components/gameSettings.tsx b/src/components/gameSettings.tsx index bd28221..13bb1cc 100644 --- a/src/components/gameSettings.tsx +++ b/src/components/gameSettings.tsx @@ -12,7 +12,7 @@ export function CurrentGameSettings(/*props: CurrentGameSettingsProps*/) { height: 80 }}>

Spelregels aanpassen ; diff --git a/src/components/ui.tsx b/src/components/ui.tsx index d869151..2a7e950 100644 --- a/src/components/ui.tsx +++ b/src/components/ui.tsx @@ -53,3 +53,35 @@ export function Button(props: ButtonProps) { ; } +interface SearchBarProps { + label?: string; +} + +export function SearchBar(props: SearchBarProps) { + return

+ +
+
+} + -- cgit v1.2.3