@mozaic-ds/vue
Version:
Mozaic-Vue is the Vue.js implementation of ADEO Design system
19 lines (16 loc) • 509 B
text/typescript
/**
* Code Connect mapping for MSidebarHeader
* Links Figma _sidebar / header to @mozaic-ds/vue
*/
import figma, { html } from '@figma/code-connect/html';
figma.connect(
'https://www.figma.com/design/Zyh9RyabNaqkjbuFWP9Aqj/%E2%9C%A8-Components--ADS2---Stable-version-?node-id=11910-12842',
{
props: {},
example: () =>
html`<script setup>
import { MSidebarHeader } from '@mozaic-ds/vue';
</script>
<MSidebarHeader title="App name" logo="/logo.png" />`,
},
);