1.0.2 • Published 6 years ago

@mesg-components/type-form-popup v1.0.2

Weekly downloads
4
License
-
Repository
-
Last release
6 years ago

@MESG-COMPONENTS/TypeFormPopup

Install

npm install @mesg-components/type-form-popup or yarn add @mesg-components/type-form-popup

Properties

  • id: String, Required, id of the form
  • url: String, Optional, The default is https://mesgfoundation.typeform.com/to

Slot

  • default

Example

Default Button:

<template>
  <TypeFormPopup id="bOJ0qz">
    <a>click to open</a>
  </TypeFormPopup>
</template>

Primary and submit Button:

<template>
  <TypeFormPopup id="bOJ0qz">
    <button primary>click to open</button>
  </TypeFormPopup>
</template>
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago