npm install react-vlibras-plugin

Usage Example

Widget Position

You can set the widget's position using the position attribute. For example:

<react-vlibras-plugin position="left" />

Available Position Types

The position options that can be used are:

  • left
  • right
  • top
  • bottom
  • bottom-left
  • top-left
  • bottom-right
  • top-right

Avatar

You can select the widget's avatar using the avatar attribute. Example:

<react-vlibras-plugin avatar="hosana" />

Available Avatar Options

  • icaro
  • hosana
  • guga
  • random

Opacity

To adjust the widget's opacity, use the opacity attribute:

<react-vlibras-plugin opacity="0.8" />