0.1.14 • Published 4 years ago

@forlagshuset/v-term-popup v0.1.14

Weekly downloads
14
License
MIT
Repository
-
Last release
4 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

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.2.0

4 years ago