File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/code-connect/components/ExpandableSection Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import figma from '@figma/code-connect' ;
2
2
import { ExpandableSection } from '@patternfly/react-core' ;
3
3
4
- // // TODO: DESIGN: Create toggle component
5
- // // onToggle={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
6
- // // isExpanded={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
4
+ // TODO: DESIGN: Create toggle component
5
+ // onToggle={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
6
+ // isExpanded={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
7
7
8
- // // Documentation for ExpandableSection can be found at https://www.patternfly.org/components/expandable-section
8
+ // Documentation for ExpandableSection can be found at https://www.patternfly.org/components/expandable-section
9
9
10
10
figma . connect (
11
11
ExpandableSection ,
You can’t perform that action at this time.
0 commit comments