Skip to content

Commit

Permalink
docs: Intro for introduction.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier authored Sep 14, 2024
1 parent 4c154d9 commit e9e820a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ description: React-three-fiber is a React renderer for three.js.
nav: 0
---

<a href="/getting-started/examples">
<img src="../banner-r3f.jpg" />
</a>
<Intro>
Build your scene declaratively with re-usable, self-contained components that react to state, are readily interactive and can participate in [React](https://react.dev)'s ecosystem.
</Intro>

Build your scene declaratively with re-usable, self-contained components that react to state, are readily interactive and can participate in React's ecosystem.
[![React Three Fiber banner](../banner-r3f.jpg)](/getting-started/examples)

```bash
npm install three @types/three @react-three/fiber
Expand Down

0 comments on commit e9e820a

Please sign in to comment.