npm install react-vlibras-plugin
You can set the widget's position using the position
attribute. For example:
<react-vlibras-plugin position="left" />
The position options that can be used are:
You can select the widget's avatar using the avatar
attribute. Example:
<react-vlibras-plugin avatar="hosana" />
To adjust the widget's opacity, use the opacity
attribute:
<react-vlibras-plugin opacity="0.8" />