0.1.3 • Published 11 months ago

react-vlibras-plugin v0.1.3

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

React VLibras Plugin

React VLibras Plugin integra o widget de acessibilidade VLibras em aplicações React, traduzindo conteúdo para Língua Brasileira de Sinais (Libras).

Instalação

Instale com npm:

npm install react-vlibras-plugin

Uso

1. Importe o Componente

import ReactVLibras from 'react-vlibras-plugin';

2. Adicione o Componente ao JSX

<ReactVLibras />

Propriedades

  • position: Posição do widget (left, right, top, bottom, bottom-left, top-left, bottom-right, top-right). Padrão: left.

    Exemplo:

    <ReactVLibras position="right" />
  • avatar: Avatar do widget (icaro, hosana, guga, random). Padrão: random.

    Exemplo:

    <ReactVLibras avatar="guga" />
  • opacity: Opacidade do widget (0 a 1). Padrão: 1.

    Exemplo:

    <ReactVLibras opacity={0.8} />
0.1.3

11 months ago

0.1.2

12 months ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago