diff --git a/content/docs/components/interactive-grid-pattern.mdx b/content/docs/components/interactive-grid-pattern.mdx index 1122e100d..2426af065 100644 --- a/content/docs/components/interactive-grid-pattern.mdx +++ b/content/docs/components/interactive-grid-pattern.mdx @@ -60,10 +60,10 @@ import { InteractiveGridPattern } from "@/components/magicui/interactive-grid-pa ## Props -| Prop | Type | Description | Default | -| ------------------ | ------------------ | --------------------------------------------------------------------------------------------- | --------- | -| `width` | `number` | Width of each square in the grid | `40` | -| `height` | `number` | Height of each square in the grid | `40` | -| `squares` | `[number, number]` | Number of squares in the grid. First number is horizontal squares, second is vertical squares | `[24,24]` | -| `className` | `string` | Class name applied to the grid container | - | -| `squaresClassName` | `string` | Class name applied to individual squares in the grid | - | +| Prop | Type | Default | Description | +| ------------------ | ------------------ | --------- | --------------------------------------------------------------------------------------------- | +| `width` | `number` | `40` | Width of each square in the grid | +| `height` | `number` | `40` | Height of each square in the grid | +| `squares` | `[number, number]` | `[24,24]` | Number of squares in the grid. First number is horizontal squares, second is vertical squares | +| `className` | `string` | `-` | Class name applied to the grid container | +| `squaresClassName` | `string` | `-` | Class name applied to individual squares in the grid | diff --git a/content/docs/components/line-shadow-text.mdx b/content/docs/components/line-shadow-text.mdx index c774e2bea..99fbc9ef2 100644 --- a/content/docs/components/line-shadow-text.mdx +++ b/content/docs/components/line-shadow-text.mdx @@ -71,8 +71,8 @@ import { LineShadowText } from "@/components/magicui/line-shadow-text"; ## Props -| Prop | Type | Default | Description | -| ----------- | ------ | --------- | -------------------------------------- | -| shadowColor | string | `"black"` | The color of the shadow effect | -| children | string | - | The text to display with shadow effect | -| as | string | `"span"` | The HTML element to render the text as | +| Prop | Type | Default | Description | +| ------------- | -------- | --------- | -------------------------------------- | +| `shadowColor` | `string` | `"black"` | The color of the shadow effect | +| `children` | `string` | `-` | The text to display with shadow effect | +| `as` | `string` | `"span"` | The HTML element to render the text as |