Skip to content

Commit

Permalink
docs: correct example nodes in override docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Jan 22, 2024
1 parent 45bbceb commit 1c4c076
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const overrides = {

## Props

| Prop | Example | Type |
| ----------------------- | ----------- | --------- |
| [`children`](#children) | `<input />` | ReactNode |
| [`name`](#name) | `"Button"` | ReactNode |
| Prop | Example | Type |
| ----------------------- | ---------- | --------- |
| [`children`](#children) | `<div />` | ReactNode |
| [`name`](#name) | `"Button"` | ReactNode |

### `children`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const overrides = {

## Props

| Prop | Example | Type |
| ----------------------- | ----------- | --------- |
| [`children`](#children) | `<input />` | ReactNode |
| Prop | Example | Type |
| ----------------------- | --------- | --------- |
| [`children`](#children) | `<div />` | ReactNode |

### `children`

Expand Down
6 changes: 3 additions & 3 deletions apps/docs/pages/docs/api-reference/overrides/fields.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const overrides = {

## Props

| Prop | Example | Type |
| ----------------------- | ----------- | --------- |
| [`children`](#children) | `<input />` | ReactNode |
| Prop | Example | Type |
| ----------------------- | --------- | --------- |
| [`children`](#children) | `<div />` | ReactNode |

### `children`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const overrides = {

## Props

| Prop | Example | Type |
| ----------------------- | ----------- | --------- |
| [`children`](#children) | `<input />` | ReactNode |
| Prop | Example | Type |
| ----------------------- | --------- | --------- |
| [`children`](#children) | `<div />` | ReactNode |

### `children`

Expand Down
8 changes: 4 additions & 4 deletions apps/docs/pages/docs/api-reference/overrides/header.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const overrides = {

## Props

| Prop | Example | Type |
| ----------------------- | ----------- | --------- |
| [`actions`](#actions) | `<div />` | ReactNode |
| [`children`](#children) | `<input />` | ReactNode |
| Prop | Example | Type |
| ----------------------- | --------- | --------- |
| [`actions`](#actions) | `<div />` | ReactNode |
| [`children`](#children) | `<div />` | ReactNode |

### `actions`

Expand Down
6 changes: 3 additions & 3 deletions apps/docs/pages/docs/api-reference/overrides/outline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const overrides = {

## Props

| Prop | Example | Type |
| ----------------------- | ----------- | --------- |
| [`children`](#children) | `<input />` | ReactNode |
| Prop | Example | Type |
| ----------------------- | --------- | --------- |
| [`children`](#children) | `<div />` | ReactNode |

### `children`

Expand Down
6 changes: 3 additions & 3 deletions apps/docs/pages/docs/api-reference/overrides/preview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const overrides = {

## Props

| Prop | Example | Type |
| ----------------------- | ----------- | --------- |
| [`children`](#children) | `<input />` | ReactNode |
| Prop | Example | Type |
| ----------------------- | --------- | --------- |
| [`children`](#children) | `<div />` | ReactNode |

### `children`

Expand Down
6 changes: 3 additions & 3 deletions apps/docs/pages/docs/api-reference/overrides/puck.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const overrides = {

## Props

| Prop | Example | Type |
| ----------------------- | ----------- | --------- |
| [`children`](#children) | `<input />` | ReactNode |
| Prop | Example | Type |
| ----------------------- | --------- | --------- |
| [`children`](#children) | `<div />` | ReactNode |

### `children`

Expand Down

0 comments on commit 1c4c076

Please sign in to comment.