Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed May 5, 2024
1 parent d530859 commit d9cb3d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
A collection of React components for working with the
Umbraco [Content Delivery API](https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api).

## Install

Install the `@charlietango/react-umbraco` package with your package manager of choice.

```sh
npm install @charlietango/react-umbraco
```

### `<UmbracoRichText>`

Takes the rich text property from the Umbraco Content Delivery API and renders it with React.
Expand Down

0 comments on commit d9cb3d2

Please sign in to comment.