This commit is contained in:
lingdocs 2021-11-04 09:22:39 -04:00
parent baf693b6da
commit a3b37f7a3a
1 changed files with 0 additions and 11 deletions

View File

@ -3,19 +3,8 @@ title: Equative Explorer 🌎
---
import EquativeExplorer from "../../components/equative-explorer/EquativeExplorer";
import PronounPicker from "../../components/np-picker/PronounPicker";
import { useState } from "react";
export function PDem() {
const [pronoun, setPronoun] = useState({ type: "pronoun", pronounType: "far", person: 11 });
return <div style={{ maxWidth: "200px" }}>
<PronounPicker pronoun={pronoun} onChange={setPronoun} />
<pre>{JSON.stringify(pronoun, null, " ")}</pre>
</div>
}
<PDem />
You can use this tool to explore how to make different equative sentences. Everything that comes out of this will be **gramatically correct**, but the sentences might not always make sense! 🤪
<div className="mb-4">