Skip to content

Commit c4933df

Browse files
committed
Update docs
1 parent 42384e7 commit c4933df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api/components/columns.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ render(<App />)
314314

315315
### markAsColumn
316316

317-
Use this function to wrap your custom `Column` component.
317+
Use this function to mark your custom component as `Column` (required due to an internal implementation of `Stacks`).
318318

319319
```jsx
320320
import { markAsColumn } from '@mobily/stacks'

docs/api/components/rows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ render(<App />)
402402

403403
### markAsRow
404404

405-
Use this function to wrap your custom `Row` component.
405+
Use this function to mark your custom component as `Row` (required due to an internal implementation of `Stacks`).
406406

407407
```jsx
408408
import { markAsRow } from '@mobily/stacks'

0 commit comments

Comments
 (0)