0.2.5 • Published 3 years ago

@honestdoor/widget-react v0.2.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@honestdoor/widget-react

WIP

API Key

You can obtain an API key by signing up at HonestDoor.com/for-business. (TODO)

There are two ways to include the HonestDoor Price Widget on your team's website:

Usage: ReactJS

Install the npm package by running

npm install @honestdoor/widget-react

And including the exported component in your React layout, with the required prop apiKey:

const { Widget } = require('@honestdoor/widget-react');

const MyPage = () => (
  // other content

  <Widget apiKey="<API_KEY>"/>

  // other content
)

For non-React projects, you can install the necessary code by including a script tag with the unpkged source from npm. The package also exports the class HDWidget that can be instantiated with two parameters, your API keyand the id of the DOM element where you want the widget to appear:

Usage: HTML Script Import

  <html>
    <body>
      <div id="hd-widget"></div>
      
      <script src="https://unpkg.com/@honestdoor/widget-react/dist/widget.umd.js"></script>
      <script>
        new HDWidget("<API_KEY>", "hd-widget");
      </script>
    </body>
  </html>

Layout Notes

The widget is fixed at 400x125px, with no set margin. Please accommodate some white space around the widget, and refrain from any other in-line elements on the page, in order to fit mobile screens. The search bar has a popover element for the search results that is appended to the document.body. Be aware that the results will extend past the fixed dimensions of the widget, roughly covering another 200px below.

Layout considerations

0.2.2-beta-21

3 years ago

0.2.2-beta-20

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.2.3-beta-42

3 years ago

0.1.12

3 years ago

0.2.3-beta-41

3 years ago

0.1.13

3 years ago

0.2.3-beta-40

3 years ago

0.2.3-beta-46

3 years ago

0.2.3-beta-1

3 years ago

0.2.2-beta-29

3 years ago

0.2.3-beta-45

3 years ago

0.2.3-beta-2

3 years ago

0.2.2-beta-28

3 years ago

0.2.3-beta-44

3 years ago

0.2.2-beta-27

3 years ago

0.2.3-beta-43

3 years ago

0.2.2-beta-26

3 years ago

0.2.2-beta-25

3 years ago

0.2.2-beta-24

3 years ago

0.2.2-beta-23

3 years ago

0.2.3-beta-47

3 years ago

0.2.2-beta-22

3 years ago

0.2.2-beta-10

3 years ago

0.2.2-beta-18

3 years ago

0.2.2-beta-17

3 years ago

0.2.2-beta-16

3 years ago

0.2.2-beta-15

3 years ago

0.2.2-beta-14

3 years ago

0.2.2-beta-13

3 years ago

0.2.2-beta-12

3 years ago

0.2.2-beta-11

3 years ago

0.2.2-beta-19

3 years ago

0.2.2-beta-1

3 years ago

0.2.2-beta-3

3 years ago

0.2.2-beta-2

3 years ago

0.2.2-beta-5

3 years ago

0.2.2-beta-4

3 years ago

0.2.2-beta-7

3 years ago

0.2.2-beta-6

3 years ago

0.2.2-beta-9

3 years ago

0.2.2-beta-8

3 years ago

0.1.9-beta-69

3 years ago

0.2.2-beta-32

3 years ago

0.2.2-beta-31

3 years ago

0.2.2-beta-30

3 years ago

0.2.3-beta-13

3 years ago

0.2.3-beta-12

3 years ago

0.2.3-beta-11

3 years ago

0.2.3-beta-10

3 years ago

0.2.2-beta-37

3 years ago

0.2.3-beta-17

3 years ago

0.2.2-beta-36

3 years ago

0.2.3-beta-16

3 years ago

0.2.2-beta-35

3 years ago

0.2.3-beta-15

3 years ago

0.2.2-beta-34

3 years ago

0.2.3-beta-14

3 years ago

0.2.2-beta-33

3 years ago

0.1.12-beta-8

3 years ago

0.2.1

3 years ago

0.1.12-beta-10

3 years ago

0.2.0

3 years ago

0.1.12-beta-11

3 years ago

0.1.12-beta-4

3 years ago

0.1.12-beta-6

3 years ago

0.1.12-beta-1

3 years ago

0.1.12-beta-3

3 years ago

0.1.12-beta-2

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.1.9-alpha-4

3 years ago

0.1.9-beta-1

3 years ago

0.1.9-alpha-5

3 years ago

0.1.9-alpha-2

3 years ago

0.1.9-beta-4

3 years ago

0.1.9-beta-5

3 years ago

0.1.9-beta-2

3 years ago

0.1.9-beta-3

3 years ago

0.1.9-alpha

3 years ago

0.1.9-alpha-8

3 years ago

0.1.9-alpha-9

3 years ago

0.1.9-alpha-6

3 years ago

0.1.9-alpha-7

3 years ago

0.1.9-alpha-10

3 years ago

0.1.9-alpha-11

3 years ago

0.1.9-alpha-12

3 years ago

0.1.5-alpha

3 years ago