Skip to content

Commit

Permalink
docs: Update Feast UI peer dependency documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Harri Lehtola <[email protected]>
  • Loading branch information
peruukki committed Sep 26, 2024
1 parent 20cff55 commit 3ec94ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions docs/reference/alpha-web-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ Start with bootstrapping a React app with `create-react-app`
npx create-react-app your-feast-ui
```

Then, in your app folder, install Feast UI and its peer dependencies. Assuming you use yarn
Then, in your app folder, install Feast UI and optionally its peer dependencies. Assuming you use yarn

```
yarn add @feast-dev/feast-ui
yarn add @elastic/eui @elastic/datemath @emotion/react moment prop-types inter-ui react-query react-router-dom use-query-params zod typescript query-string d3 @types/d3
# For custom UI using the Elastic UI Framework (optional):
yarn add @elastic/eui
# For general custom styling (optional):
yarn add @emotion/react
```

Edit `index.js` in the React app to use Feast UI.
Expand Down
7 changes: 5 additions & 2 deletions ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ Start with bootstrapping a React app with `create-react-app`
npx create-react-app your-feast-ui
```

Then, in your app folder, install Feast UI and its peer dependencies. Assuming you use yarn
Then, in your app folder, install Feast UI and optionally its peer dependencies. Assuming you use yarn

```
yarn add @feast-dev/feast-ui
yarn add @elastic/eui @elastic/datemath @emotion/react moment prop-types inter-ui react-query react-router-dom use-query-params zod typescript query-string d3 @types/d3
# For custom UI using the Elastic UI Framework (optional):
yarn add @elastic/eui
# For general custom styling (optional):
yarn add @emotion/react
```

Edit `index.js` in the React app to use Feast UI.
Expand Down

0 comments on commit 3ec94ca

Please sign in to comment.