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 fc4fd70 commit 5a3a25eCopy full SHA for 5a3a25e
example/src/App.js
@@ -11,6 +11,7 @@ class App extends Component {
11
}
12
13
handleLogIn () {
14
+ // You can import the widget into any component and interact with it.
15
netlifyIdentity.open()
16
17
example/src/index.js
@@ -5,6 +5,7 @@ import App from './App';
5
import registerServiceWorker from './registerServiceWorker';
6
import netlifyIdentity from 'netlify-identity-widget';
7
8
+// You must run this once before trying to interact with the widget
9
netlifyIdentity.init({
10
logo: false
})
0 commit comments