forked from patternfly/patternfly-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClickableSelectableCard.figma.tsx
More file actions
35 lines (33 loc) · 1.46 KB
/
ClickableSelectableCard.figma.tsx
File metadata and controls
35 lines (33 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// import React from "react"
// import { ClickableSelectableCard } from "./ClickableSelectableCard"
// import figma from "@figma/code-connect"
// /**
// * -- This file was auto-generated by Code Connect --
// * `props` includes a mapping from Figma properties and variants to
// * suggested values. You should update this to match the props of your
// * code component, and update the `example` function to return the
// * code example you'd like to see in Figma
// */
// figma.connect(
// ClickableSelectableCard,
// "https://www.figma.com/design/VMEX8Xg2nzhBX8rfBx53jp/PatternFly-6--Components?node-id=3144-18715&m=dev",
// {
// props: {
// cardFooter: figma.boolean("Card footer"),
// headerImage: figma.boolean("Header image"),
// titleIconAtStart: figma.boolean("Title icon at start"),
// footer: figma.string("Footer"),
// cardDescription: figma.boolean("Card description"),
// cardBody: figma.boolean("Card body"),
// cardTitle: figma.string("Card title"),
// bodyText: figma.boolean("Body text"),
// text: figma.string("Text"),
// titleIconAtEnd: figma.boolean("Title icon at end"),
// description: figma.string("Description"),
// bodyComponentSlots: figma.boolean("Body component slots"),
// expandableBody: figma.boolean("Expandable body"),
// footerComponentSlots: figma.boolean("Footer component slots"),
// },
// example: (props) => <ClickableSelectableCard />,
// },
// )