0.1.1 • Published 2 months ago

@stoked-ui/editor v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Stoked UI - Editor

This package contains Stoked UI's Editor components. It's part of Stoked UI, an open-sourced advanced media component library.

Installation

Install the package in your project directory with:

npm install @stoked-ui/editor

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

"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 to view the full documentation.