npm install @vue-a11y/vlibras

Usage Example
Widget Position
You can set the widget's position using the position
prop. For example:
<VLibras 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
prop. Example:
<VLibras avatar="hosana" />
Available Avatar Options
- icaro
- hosana
- guga
- random
Opacity
To adjust the widget's opacity, use the opacity
prop:
<VLibras opacity="0.8" />