We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e6358 commit 0ea3916Copy full SHA for 0ea3916
simple-panel/src/SimplePanelApp.tsx
@@ -3,6 +3,7 @@ import { ComponentType, CyApp } from '@cytoscape-web/types'
3
export const SimplePanelApp: CyApp = {
4
id: 'simplePanel',
5
name: 'Simple Panel App',
6
+ description: 'Sample app to add a panel to Cytoscape Web',
7
components: [
8
{
9
id: 'SimplePanel',
0 commit comments