Socket
Socket
Sign inDemoInstall

@tolgee/ui

Package Overview
Dependencies
Maintainers
2
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tolgee/ui

Translation mode UI for @tolgee/core package


Version published
Maintainers
2
Created
Source

Tolgee JS UI library

test workflow @tolgee/ui version types typescript twitter github stars

Tolgee Toolkit

UI library of Tolgee localization tool. For more information about Tolgee, visit our documentation website https://tolgee.io.

Installation

npm install @tolgee/ui --save

First, create a Tolgee instance and provide UI constructor.

import {Tolgee} from "@tolgee/core";

const tg = Tolgee.init({
    apiKey: "your_api_key",
    apiUrl: "https://app.tolgee.io",
})

tg.run();

Now you should be able to edit your texts in-context with ALT + Clicking your texts.

To learn more, check Hello World example.

Keywords

FAQs

Package last updated on 07 Sep 2022

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc