# LSK T
> React components for internationalization
[](https://github.com/lskjs)
[](https://www.npmjs.com/package/@lskjs/t)
[](https://bundlephobia.com/result?p=@lskjs/t)
[](https://github.com/lskjs/lskjs/blob/master/LICENSE)
[](https://t.me/lskjs)
## Just press on t and take a result from @lskjs/t. Or in reverse.

## 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 () => (
} />
)
```
See the [more examples](https://lskjs.github.io/ux/?path=/story/t) in Storybook.
# More info
## Links
- [Tutorial](https://github.com/lskjs/ux/blob/master/blog/tutorial.md#lskjs/t)
- [Docs](https://lskjs.github.io/ux/styleguide/t)
- [Storybook](https://lskjs.github.io/ux/?path=/story/t)
- [Changelog](./CHANGELOG.md)
## Contact
- [Email](mailto:hi@isuvorov.com)
- [Telegram chat](https://t.me/lskjs)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
## License
This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details
## Inspired by
- i18next
- mobx
- mobx-provider
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request