# Stoked UI - Editor

This package contains Stoked UI's Editor components.
It's part of [Stoked UI](https://stoked-ui.com/stoked-ui/docs), an open-sourced advanced media component library.

## Installation

Install the package in your project directory with:

```bash
npm install @stoked-ui/editor
```

This component has the following peer dependencies that you will need to install as well.

```json
"peerDependencies": {
  "@emotion/react": "^11.9.0",
  "@emotion/styled": "^11.8.1",
  "@mui/icons-material": "^5.15.21",
  "@mui/material": "^5.15.21",
  "@stoked-ui/file-explorer": "workspace:^",
  "@stoked-ui/media-selector": "workspace:^",
  "@stoked-ui/timeline": "workspace:^",
  "react": "18.3.1",
  "react-dom": "^17.0.0 || ^18.0.0"
},
```

## Documentation

Visit [https://stoked-ui.com/editor/docs](https://stoked-ui.com/editor/docs/) to view the full documentation.
