## [@sps-woodland/rich-text-editor](https://github.com/SPSCommerce/woodland/tree/master/packages/@sps-woodland/rich-text-editor#readme)

SPS Woodland Design System rich text editor component.

### Usage

```ts
// Preferred (mono-package, tree-shakes per component)
import { RichTextEditor } from "@sps-woodland/core/rich-text-editor";
import "@sps-woodland/core/rich-text-editor/style.css";
```

```ts
// Still supported, re-exports from @sps-woodland/core
import { RichTextEditor } from "@sps-woodland/rich-text-editor";
import "@sps-woodland/rich-text-editor/style.css";
```
