diff --git a/src/truth-table.tsx b/src/truth-table.tsx index 7247e45..f3b3504 100644 --- a/src/truth-table.tsx +++ b/src/truth-table.tsx @@ -174,29 +174,9 @@ simplify=${ simplifyEnabled() }&hide=${ hideValues().value }&sort=${ sortValues(

API docs can be found here.

- - - - - - - - - - - - - - - - - - - - - -
Not:!
And:&
Or:|/
Implication:{ "->" }
-
+ + +
@@ -417,4 +397,32 @@ const ShowMeHow: Component = ({ fetchResult }) => { ) } +const KeywordsDisclosure = () => { + return ( + + + + + + + + + + + + + + + + + + + + + +
Not:!
And:&
Or:|/
Implication:{ "->" }
+
+ ); +}; + render(() => , document.getElementById("root") as HTMLElement);