Skip to content

Commit

Permalink
docs(docs): improve GitHub markdown readability
Browse files Browse the repository at this point in the history
Signed-off-by: --help <[email protected]>
  • Loading branch information
MrSquaare committed Dec 18, 2024
1 parent e692700 commit c1dabe4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/content/docs/core/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,25 @@ See the [Panda CSS documentation](https://panda-css.com/docs/overview/getting-st

<Tabs>
<TabItem label="npm">

```bash
npm install @sandwich-ui/core
```

</TabItem>
<TabItem label="yarn">

```bash
yarn add @sandwich-ui/core
```

</TabItem>
<TabItem label="pnpm">

```bash
pnpm install @sandwich-ui/core
```

</TabItem>
</Tabs>

Expand Down
6 changes: 6 additions & 0 deletions docs/src/content/docs/react/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,25 @@ See the [Panda CSS documentation](https://panda-css.com/docs/overview/getting-st

<Tabs>
<TabItem label="npm">

```bash
npm install @sandwich-ui/core @sandwich-ui/react
```

</TabItem>
<TabItem label="yarn">

```bash
yarn add @sandwich-ui/core @sandwich-ui/react
```

</TabItem>
<TabItem label="pnpm">

```bash
pnpm install @sandwich-ui/core @sandwich-ui/react
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit c1dabe4

Please sign in to comment.