1.4.0 • Published 5 years ago

feedbackwidget v1.4.0

Weekly downloads
32
License
-
Repository
-
Last release
5 years ago

feedbackwidget-lib

Install

npm install --save feedbackwidget-lib

Usage

  1. Use the API and components directly.
import React from 'react';
import {ContactForm} from 'feedbackwidget-lib';

React.render(<ContactForm />)
  1. As global JavaScript (without dependencies)
<script src="https://unpkg.com/feedbackwidget@0.1.1/dist/index.js"></script>
<script>
  Feedbackwidget.initGlobalApi('{{widget.id}}', {...options});
  Feedbackwidget.ContactForm.render(document.body, {...options});
</script>
  1. With your own global React
  1. With your own global Preact
1.4.0

5 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago