@mesg-components/type-form-popup
v1.0.2
Published
## Install
Downloads
1
Keywords
Readme
@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 ishttps://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>