UNPKG

@mozaic-ds/vue

Version:

Mozaic-Vue is the Vue.js implementation of ADEO Design system

21 lines (18 loc) 541 B
/** * Code Connect mapping for MDatepicker * Links Figma Date picker (ADS2) 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=6-29074', { props: { showFieldLabel: figma.boolean('Show Field label'), }, example: () => html`<script setup> import { MDatepicker } from '@mozaic-ds/vue'; </script> <MDatepicker id="datepicker" />`, }, );