🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

vitra-web-trans

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vitra-web-trans

Vitra Translation on Fly

latest
Source
npmnpm
Version
1.0.14
Version published
Weekly downloads
4
-85.19%
Maintainers
1
Weekly downloads
 
Created
Source

Vitra Web Translator

A website translation tool from Vitra.ai

Logo

Installation

Install with npm

  npm install vitra-web-trans

Usage/Examples

import { VitraWebTranslator } from 'vitra-web-trans'
import 'vitra-web-trans/dist/esm/components/styles.css'

function App() {
  return (
      <VitraWebTranslator
        apiKey='vitra.VjopflOAtjF9coT7U3_*********_*'
        float={true}
        position='bottom-right'
      />
    )
}

Props

PropTypeRequiredDescriptionPossible ValuesDefault
apiKeystringYesAPI Key generated from Vitra Web Translator siteAPI KEYnull
floatbooleanNoLanguage selector dropdown position propertytrue | falsetrue
positionstringNoPosition of the language selector dropdown if it is floating'top-left' | 'top-right' | 'bottom-left' | 'bottom-right''bottom-left'

Support

For support, email support@vitra.ai.

Keywords

react

FAQs

Package last updated on 05 Jan 2023

Did you know?

Socket

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.

Install

Related posts