Skip to content

Commit

Permalink
Merge branch 'mui:master' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
zignis committed Sep 8, 2022
2 parents 73d45fe + 71a18fb commit aca149d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/data/joy/getting-started/usage/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

### Set up the `CssVarsProvider` component

Go to your `App.js` file and replace it with the code snippet below. You should see the text `Hello with joy` being rendered on your browser.
Go to your `App.js` file and replace it with the code snippet below.

You should see the text `Hello from Joy` being rendered on your browser.

```jsx
import { CssVarsProvider } from '@mui/joy/styles';
Expand Down

0 comments on commit aca149d

Please sign in to comment.