figma.connect( "https://www.figma.com/design/PqfaOcMGbX5liEXTTUzeYX/Nova-Components--Experimental-?node-id=477-6023",
{
props: {
expanded: figma.boolean("Expanded", { true: "This card is in the 'expanded' state.", false: undefined,
}),
},
example: props =>
html`This subcomponent is created by passing a 'heading' property to the
moz-card component. See the moz-card for detail. ${props.expanded}`,
}
);
figma.connect( "https://www.figma.com/design/3WoKOSGtaSjhUHKldHCXbc/Desktop-Components-3?node-id=477-6023",
{
props: {
expanded: figma.boolean("Expanded", { true: "This card is in the 'expanded' state.", false: undefined,
}),
},
example: props =>
html`This subcomponent is created by passing a 'heading' property to the
moz-card component. See the moz-card for detail. ${props.expanded}`,
}
);
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-08-26)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.