File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
packages/react-core/codeConnect/components Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- import figma from " @figma/code-connect"
1
+ import figma from ' @figma/code-connect' ;
2
2
import { AlertGroup } from '@patternfly/react-core' ;
3
3
4
4
/**
@@ -7,7 +7,7 @@ import { AlertGroup } from '@patternfly/react-core';
7
7
8
8
figma . connect (
9
9
AlertGroup ,
10
- " https://www.figma.com/design/aEBBvq0J3EPXxHvv6WgDx9/PatternFly-6--Components-Test?node-id=1110-2821&m=dev" ,
10
+ ' https://www.figma.com/design/aEBBvq0J3EPXxHvv6WgDx9/PatternFly-6--Components-Test?node-id=1110-2821&m=dev' ,
11
11
{
12
12
props : {
13
13
children : figma . children ( '*' )
Original file line number Diff line number Diff line change @@ -22,7 +22,12 @@ figma.connect(
22
22
} )
23
23
} ,
24
24
example : ( props ) => (
25
- < Avatar alt = "Avatar" src = "/assets/images/avatar.svg" isBordered = { props . isBordered } size = { props . size } />
25
+ < Avatar
26
+ alt = "Avatar"
27
+ src = "/assets/images/avatar.svg"
28
+ isBordered = { props . isBordered }
29
+ size = { props . size }
30
+ />
26
31
)
27
32
}
28
33
) ;
You can’t perform that action at this time.
0 commit comments