> For the complete documentation index, see [llms.txt](https://developer.xyxyx.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.xyxyx.pro/utilities/xyxyx-web-components.md).

# Xyxyx Web Components

`xyxyx-web-components` is an npm package designed to integrate Xyxyx API's text-based tokenization functionalities within React applications.

**Components**

* [Xyxyx Tokenizer](/utilities/xyxyx-web-components/tokenizer.md)

***

#### Getting started

Install the package via npm or yarn:

```
npm install xyxyx-web-components
```

or

```
yarn add xyxyx-web-components
```

***

#### Learn more&#x20;

* [View on NPM](https://www.npmjs.com/package/xyxyx-web-components)
* [GitHub repository](https://github.com/xyxyxpro/xyxyx-web-components)
