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 6bc278f commit a2ccd54Copy full SHA for a2ccd54
README.md
@@ -96,7 +96,7 @@ import ReactFilestack from 'filestack-react';
96
**Show picker directly after component is mounted**
97
```jsx
98
<ReactFilestack
99
- apikey='A0NTRSxHcR66kmTku9Gcsz'
+ apikey={YOUR_API_KEY}
100
componentDisplayMode={{
101
type: 'immediate'
102
}}/>
@@ -105,7 +105,7 @@ import ReactFilestack from 'filestack-react';
105
**Show picker directly and embed it inside specific container**
106
107
108
109
110
111
}}
0 commit comments