Skip to content

Commit 6e5ba69

Browse files
authored
Added note for installing React. (#2369)
1 parent e4ba43b commit 6e5ba69

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apps/docs/content/docs/frameworks/astro.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ To use NextUI in your Astro project, you need to follow the following steps:
1919

2020
<Steps>
2121

22-
### Installation
22+
### Install React
23+
24+
NextUI is built on top of React, so you need to install React first. You can follow the official
25+
[integration guide](https://docs.astro.build/en/guides/integrations-guide/react/) to install React.
26+
27+
28+
### Install NextUI
2329

2430
In your Astro project, run one of the following command to install NextUI:
2531

0 commit comments

Comments
 (0)