New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qualtrics/plugin-ui-react-translations

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualtrics/plugin-ui-react-translations

The standard set of translations for @qualtrics/plugin-ui-react

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
8
Created
Source

Qualtrics Plugin React UI Translations

Overview

This library contains a standard set of translations for the Qualtrics Plugin React UI Component Library and the Qualtrics QDS Library

Installation

Install Library:

$ npm i @qualtrics/plugin-ui-react-translations

Install Qualtrics Plugin React UI:

$ npm i @qualtrics/plugin-ui-react

Basic Usage

import pluginUITranslations from '@qualtrics/plugin-ui-react-translations;
import { 
  languageCodeAdapter, 
  pluginUIProvider, 
  PipedTextSelect  
} from "@qualtrics/plugin-ui-react";

const languageCode = languageCodeAdapter(<QUALTRICS_DEFINED_LANGUAGE>);
const translationsConfig = {
  localizedText: pluginUITranslations[languageCode],
};

ReactDOM.render(
    <PluginUIReact config={translationsConfig}>
      <PipedTextSelect/>
    </PluginUIReact>,
  document.getElementById('root')
);

FAQs

Package last updated on 03 Feb 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc