0.1.14 • Published 6 years ago

@forlagshuset/v-term-popup v0.1.14

Weekly downloads
14
License
MIT
Repository
-
Last release
6 years ago

FH Term Popup component

Plugin install main.js import TermPopup from '@forlagshuset/v-term-popup'

TermPopupComponentSlots.vue import { FHTermPopup } from '@forlagshuset/v-term-popup'

Events close - after clicking 'X' icon

Props

ariaLabelCloseButton: {
  type: String,
  default: 'close button'
}
ariaLabel: {
  type: String,
  default: ''
}

Component

<FHTermPopup ariaDescribedBy="elementWhichOwnsPopup">
  <template #close>
  <!-- if close button needs to be changed -->
  </template>

  Some content

  <template #pointer>
  <!-- if pointer element needs to be changed -->
  </template>
</FHTermPopup>
0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.4

6 years ago

0.1.5

6 years ago

0.1.2

6 years ago

0.2.0

6 years ago