You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const{ Steps }=require('intro.js-react');//Must be required in. This enables compatibility with TS. If imported in, throws ts error of not rendering steps as a class component correctly. The package 'intro.js-react' is small React wrapper around Intro.js. The wrapper provides support for both steps and hints. https://introjs.com/docs/
'<ul><li>Here we can analyze the render times of our app</li> <li>This is the current series of state changes within our app</li> <li>Mouse over the bargraph elements for details on each specific component</li></ul>',
196
194
position: 'top',
197
195
},
198
-
{
199
-
title: 'Saving Series & Actions',
200
-
element: '#seriesname',
201
-
intro: '<ul><li>We can now give our series a name or leave it at the default</li></ul>',
202
-
position: 'top',
203
-
},
204
-
{
205
-
title: 'Saving Series & Actions',
206
-
element: '.actionname',
207
-
intro:
208
-
'<ul><li>If we wish to save a specific action to compare later, give it a name here</li></ul>',
209
-
position: 'top',
210
-
},
211
-
212
-
{
213
-
title: 'Comparison Tab',
214
-
element: '#router-link-performance-comparison',
215
-
intro: "<ul><li>Now let's head over to the comparison tab</li></ul>",
216
-
position: 'top',
217
-
},
218
-
{
219
-
title: 'Comparing Series',
220
-
intro: '<ul><li>Here we can select a saved series or action to compare</li></ul>',
0 commit comments