Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Nov 29, 2024
1 parent 13b8a92 commit c54651d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Run the following command to install Hopper packages and their peer dependencies

### Setup provider

Wrap your application with the [HopperProvider](/components/HopperProvider) component. This sets up the global styles and context required for the Hopper components. Typically, this is done in your `index.tsx` or `app.tsx`, but it may vary depending on your setup.
Wrap your application with the [HopperProvider](/components/HopperProvider) component. This sets up the global styles and context required for Hopper components. Typically, this is done in your `index.tsx` or `app.tsx`, but it may vary depending on your setup.

```tsx
import { HopperProvider } from "@hopper-ui/components";
Expand Down

0 comments on commit c54651d

Please sign in to comment.