iamblackdev / support-widget

A support contact form widget that can be easily added to any website.

Home Page:https://iamblackdev.github.io/supportwidget/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started Support Widget

This project was bootstrapped with Create React App.

Usage

Create a div with an id="support_widget" and data-email="yoursupport@email.com".

<div id="support_widget" data-email="yoursupport@email.com"></div>

You also need to add this css and javascript file to the buttom of your web page close to the body tag.

<link href="https://supportwidget.vercel.app/index.css" rel="stylesheet" />
<script src="https://supportwidget.vercel.app/"></script>

Props

Prop Required Type Default
data-email true string
data-primary_color false string #ff7f00
data-name false string
data-heading false string Welcome, You can drop us an email...
data-success_message false string Your message was sent successfully.

About

A support contact form widget that can be easily added to any website.

https://iamblackdev.github.io/supportwidget/


Languages

Language:TypeScript 58.3%Language:SCSS 30.9%Language:HTML 10.7%