
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
angular-vlibras
Advanced tools
Angular VLibras é uma biblioteca Angular que integra o widget de acessibilidade VLibras em suas aplicações Angular. O VLibras fornece tradução automática de conteúdo digital para a Língua Brasileira de Sinais (Libras), aumentando a acessibilidade para os usuários.
Instale a biblioteca angular-vlibras
via npm:
npm install angular-vlibras
ou com yarn:
yarn add angular-vlibras
Após a instalação, siga os passos abaixo para integrar o widget VLibras em sua aplicação Angular:
AngularVlibras
No módulo raiz da sua aplicação (geralmente app.module.ts
), importe o componente AngularVlibras
:
import { Component } from '@angular/core';
import { AngularVlibras } from 'angular-vlibras';
@Component({
selector: 'app-root',
standalone: true,
imports: [AngularVlibras],
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent { }
<angular-vlibras />
Adicione o componente <angular-vlibras />
ao seu template para ativar o widget VLibras:
<angular-vlibras />
O componente aceita as seguintes propriedades de entrada:
position
: Define a posição do widget VLibras na tela. Os valores possíveis são:
left
(padrão)right
top
bottom
bottomLeft
topLeft
bottomRight
topRight
Exemplo:
<angular-vlibras position="right" />
avatar
: Especifica o avatar usado no widget VLibras. As opções incluem:
icaro
hosana
guga
random
(padrão)Exemplo:
<angular-vlibras avatar="guga" />
opacity
: Define a opacidade do widget VLibras. O valor deve ser um número entre 0
e 1
. O valor padrão é 1
.
Exemplo:
<angular-vlibras opacity="0.8" />
Aqui está um exemplo de como configurar o widget VLibras com propriedades personalizadas:
<angular-vlibras
position="left"
avatar="hosana"
opacity="0.9" />
Essa configuração posicionará o widget no canto inferior direito da tela, usará o avatar hosana
e definirá a opacidade como 0.9
.
FAQs
A library for integrating VLibras into Angular applications.
The npm package angular-vlibras receives a total of 7 weekly downloads. As such, angular-vlibras popularity was classified as not popular.
We found that angular-vlibras demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.