1.1.3 • Published 10 months ago

@magicfaq/react v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

@magicfaq/react

A React component for embedding the Magic FAQ widget.

Installation

npm install @magicfaq/react

or

yarn add @magicfaq/react

Usage

import React from 'react';
import { MagicFAQ } from '@magicfaq/react';

<MagicFAQ uid="your-unique-id" position="top-right" />

Note

/* Remove this line to fix white screens */
color-scheme: light dark;

Props

PropTypeDescription
uidstringThe unique ID of the Magic FAQ widget. This is required for the component to function properly.
positionstringThe position of the widget on the screen. Can be top-left, top-right, bottom-left, or bottom-right. Default is bottom-right.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

For support for the Magic FAQ widget, please visit our support page.

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago