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 208b59b commit d8d9336Copy full SHA for d8d9336
src/examples/basicExample/app.js
@@ -61,9 +61,11 @@ class App extends Component {
61
},
62
{
63
title: 'Show node children by setting `expanded`',
64
+ subtitle: ({ node }) => `expanded: ${node.expanded ? 'true' : 'false'}`,
65
children: [
66
67
title: 'Bruce',
68
69
70
{ title: 'Bruce Jr.' },
71
{ title: 'Brucette' },
0 commit comments