From 4058ebb0f7523c7649a7bc7c04674c3326d33530 Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Sat, 14 Mar 2020 17:22:16 +0100 Subject: [PATCH] Select from the top100 books --- src/App.js | 7 ++++-- src/components/BookSelect.js | 43 ++++++++++++++++++++++++++++++++++++ src/components/SearchBar.js | 4 ++-- src/lib/gutenberg.js | 6 ++--- 4 files changed, 53 insertions(+), 7 deletions(-) create mode 100644 src/components/BookSelect.js diff --git a/src/App.js b/src/App.js index 6475a11..b9e334c 100644 --- a/src/App.js +++ b/src/App.js @@ -14,6 +14,7 @@ import { TextInput } from 'components/TextInput' import { TextOutput } from 'components/TextOutput' import { TotalTime } from 'components/TotalTime' import { Div } from 'styles/Div' +import { BookSelect } from 'components/BookSelect' export const App = () => { const { t } = useTranslation() @@ -36,6 +37,8 @@ export const App = () => {
+

Text Cursor

+

Options

@@ -46,10 +49,10 @@ export const App = () => {
-

Text Output

-

Time needed

+

Select from Project Gutenberg Top 100

+