1.3.3 • Published 1 day ago

afex-app-widget v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

WidgetController Package

Installation

To install the WidgetController package, run the following command:

npm install afex-app-widget

Usage

Import the WidgetController component from the package and use it in your code as shown below:

import React from 'react';
import { WidgetController } from 'afex-app-widget';

function App() {
  return (
    <div>
      <h1>My App</h1>
      <WidgetController
        position="right"
        apiKey="someapikey"
        email="hello@mail.com"
      />
    </div>
  );
}

Props

The WidgetController component accepts the following props:

  • position (optional): Specifies the position of the widget. It can be either "left" or "right". If not provided, the default position is "left".

  • email (required): Specifies the email associated with the widget.

  • width (optional): Specifies the width of the widget. You can provide a string value representing the width. If not provided, the widget will have the default width.

  • apiKey (required): Specifies the API key for authentication.

1.3.3

1 day ago

1.3.2

1 day ago

1.2.8

10 months ago

1.2.9

10 months ago

1.2.12

10 months ago

1.2.13

10 months ago

1.2.10

10 months ago

1.2.11

10 months ago

1.2.16

9 months ago

1.2.14

9 months ago

1.2.15

9 months ago

1.2.7

11 months ago

1.2.6

11 months ago

1.2.5

11 months ago

1.2.4

11 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.2.0

11 months ago

1.1.0

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago