feat: react helmet

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-22 20:38:03 +01:00
parent e2a5165b19
commit 17ba68be34
7 changed files with 126 additions and 47 deletions

View File

@@ -186,14 +186,12 @@ export default function SplitText() {
});
return (
<ToolLayout>
<ToolHeader
title={'Text Splitter'}
description={
"World's simplest browser-based utility for splitting text. Load your text in the input form on the left and you'll automatically get pieces of this text on the right. Powerful, free, and fast. Load text get chunks."
}
/>
<ToolLayout
title={'Text Splitter'}
description={
"World's simplest browser-based utility for splitting text. Load your text in the input form on the left and you'll automatically get pieces of this text on the right. Powerful, free, and fast. Load text get chunks."
}
>
<Grid container spacing={2}>
<Grid item xs={6}>
<ToolTextInput value={input} onChange={setInput} />