
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@vue-a11y/vlibras
Advanced tools
Componente Vue.js que ajuda você a implementar o VLibras no seu site.
Componente Vue.js que ajuda você a implementar o VLibras no seu site.
Demo: https://vue-vlibras.web.app
Esse componente segue os padrões fornecidos na documentação do VLibras.
Os surdos enfrentam bastante dificuldade para ler, escrever e se comunicar na língua oral do seu país. Dessa forma, para tentar reduzir esses problemas, o objetivo da ferramenta computacional de código aberto, denominada VLibras Widget, consiste em traduzir conteúdos do Português Brasileiro para a Língua Brasileira de Sinais (LIBRAS), tornando websites acessíveis a pessoas surdas. -- Visão geral VLibras
npm install -S @vue-a11y/vlibras@next
# or
yarn add @vue-a11y/vlibras@next
import { createApp } from 'vue'
import App from './App.vue'
import VLibras from '@vue-a11y/vlibras'
createApp(App)
.use(VLibras)
.mount('#app')
No seu App.vue
<template>
<VLibras
:position="'left'"
:avatar="'random'"
:opacity="1.0"
/>
</template>
O componente VLibras
suporta as seguintes props para personalização:
https://vlibras.gov.br/app/vlibras-plugin.js
https://vlibras.gov.br/app
'left'
, 'right'
, 'bottom'
, 'top'
, 'bottom-left'
, 'top-left'
, 'bottom-right'
, 'top-right'
'bottom-right'
'icaro'
, 'hosana'
, 'guga'
, 'random'
'random'
1.0
Se você está utilizando Vue 2 em seus projetos, também pode integrar facilmente o VLibras! A versão específica para Vue 2 do componente está disponível aqui, mantendo a mesma funcionalidade e acessibilidade que a versão para Vue 3.
Confira o repositório no GitHub para mais detalhes e instruções sobre como integrar o VLibras no seu projeto Vue 2!
Nos siga no Twitter @vue_a11y
Obrigado por usar e fazer a web mais acessível!
FAQs
Componente Vue.js que ajuda você a implementar o VLibras no seu site.
The npm package @vue-a11y/vlibras receives a total of 0 weekly downloads. As such, @vue-a11y/vlibras popularity was classified as not popular.
We found that @vue-a11y/vlibras demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.