File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/code-connect/components Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ figma.connect(
1616
1717 children : figma . children ( '*' )
1818 } ,
19- example : ( props ) => < DataList isExpanded = { props . isExpanded } isCompact = { props . isCompact } > { props . children } </ DataList >
19+ example : ( props ) => (
20+ < DataList isExpanded = { props . isExpanded } isCompact = { props . isCompact } >
21+ { props . children }
22+ </ DataList >
23+ )
2024 }
2125) ;
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ import { Drawer } from '@patternfly/react-core';
55 * PatternFly Drawer component integration for Figma Code Connect
66 */
77
8- const main = {
9- title : 'teste'
10- } ;
11-
128figma . connect (
139 Drawer ,
1410 'https://www.figma.com/design/aEBBvq0J3EPXxHvv6WgDx9/PatternFly-6--Components-Test?node-id=8034-7676&t=IzSunfrnw18ti37Y-11' ,
You can’t perform that action at this time.
0 commit comments