Skip to content

Commit

Permalink
clean up the example page
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Mar 14, 2024
1 parent 1b59044 commit 9439a07
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions docs/pages/experiments/docs/codeblock.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## Tabs

### Codeblock version

<codeblock storageKey="package-manager">

```bash npm
Expand All @@ -23,23 +25,7 @@ pnpm add @mui/material @emotion/react @emotion/styled

</codeblock>

<codeblock storageKey="license">

```bash MIT
npm install @mui/data-grid
```

```bash Pro
npm install @mui/data-grid-pro
```

```bash Premium
npm install @mui/data-grid-premium
```

</codeblock>

## Component
### Component version

{{"component": "modules/components/HighlightedCodeWithTabs", "tabs": [{"tab":"JS", "code":"<div>Hello</div>", "language": "jsx"}, {"tab": "TS", "code": "type A = {}"}]}}

Expand Down

0 comments on commit 9439a07

Please sign in to comment.