# label-studio-frontend
**Repository Path**: pmpleader/label-studio-frontend
## Basic Information
- **Project Name**: label-studio-frontend
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-10-15
- **Last Updated**: 2024-10-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
---------------
# This repository is deprecated
This repository has been deprecated in favor of
https://github.com/HumanSignal/label-studio/tree/develop/web/libs/editor
Now it's read-only. Address all your issues and PRs to https://github.com/HumanSignal/label-studio/.
---------------
# Label Studio Frontend ·   
 · :sunny:
[Website](https://labelstud.io/) • [Docs](https://labelstud.io/guide) • [Twitter](https://twitter.com/heartexlabs) • [Join Slack Community ](https://slack.labelstud.io)
**Label Studio is an open-source, configurable data annotation tool. :v:**
Frontend, as its name suggests, is the frontend library developed using React and mobx-state-tree, distributed as an NPM package. You can include it in your applications and provide data annotation support to your users. It can be granularly customized and extended.
## Install
```bash
npm install @heartexlabs/label-studio
```
## Usage
**With Webpack**
```js
import LabelStudio from '@heartexlabs/label-studio';
import 'label-studio/build/static/css/main.css';
```
**With UNPKG.com**
```xhtml