We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3101067 commit 830e7a0Copy full SHA for 830e7a0
www/package.json
@@ -8,7 +8,7 @@
8
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
9
},
10
"dependencies": {
11
- "@uiw/react-markdown-preview-example": "^1.1.0",
+ "@uiw/react-markdown-preview-example": "^1.3.0",
12
"@uiw/react-csv-reader": "1.0.2",
13
"@uiw/react-json-view": "^1.6.0",
14
"goober": "^2.1.13",
www/src/index.tsx
@@ -31,6 +31,7 @@ root.render(
31
source={data.source}
32
components={data.components}
33
data={data.data}
34
+ description="React component that handles csv file input and its parsing."
35
title="CSV Reader for React"
36
version={`v${VERSION}`}
37
>
0 commit comments