# LSK T > React components for internationalization [![LSK logo](https://badgen.net/badge/icon/MADE%20BY%20LSK?icon=zeit&label&color=red&labelColor=red)](https://github.com/lskjs) [![NPM version](https://badgen.net/npm/v/@lskjs/t)](https://www.npmjs.com/package/@lskjs/t) [![Package size](https://badgen.net/bundlephobia/minzip/@lskjs/t)](https://bundlephobia.com/result?p=@lskjs/t) [![License LSK](https://badgen.net/npm/license/@lskjs/t)](https://github.com/lskjs/lskjs/blob/master/LICENSE) [![Chat on Telegram](https://img.shields.io/badge/Chat%20on-Telegram-brightblue.svg)](https://t.me/lskjs) ## Just press on t and take a result from @lskjs/t. Or in reverse. ![](/blog/images/t.png) ## Installation and usage The easiest way to use is to install it from npm and build it into your app with Webpack. ```bash npm install @lskjs/t ``` Then use it in your app: ```jsx import t from '@lskjs/t'; const App = ( <> ); ``` _For more examples and usage, please refer_ - [Tutorial](https://github.com/lskjs/ux/blob/master/blog/tutorial.md#lskjs/t) - [Storybook](https://lskjs.github.io/ux/?path=/story/t-t) ## Examples ```jsx import T from '@lskjs/t/T'; import withT from '@lskjs/t/withT'; export default () => (