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 c4bdcae commit d7fd49eCopy full SHA for d7fd49e
README.md
@@ -18,8 +18,12 @@ $ yarn add react-retool
18
import Retool from 'react-retool';
19
20
function App() {
21
+ const sample = { name: 'Sample data' }
22
return (
- <Retool url="https://retoolin.tryretool.com/embedded/public/f7607e1f-670a-4ebf-9a09-be54cf17181e"/>
23
+ <Retool
24
+ url="https://retoolin.tryretool.com/embedded/public/f7607e1f-670a-4ebf-9a09-be54cf17181e"
25
+ data={sample}
26
+ />
27
);
28
}
29
0 commit comments