We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42384e7 commit c4933dfCopy full SHA for c4933df
2 files changed
docs/api/components/columns.mdx
@@ -314,7 +314,7 @@ render(<App />)
314
315
### markAsColumn
316
317
-Use this function to wrap your custom `Column` component.
+Use this function to mark your custom component as `Column` (required due to an internal implementation of `Stacks`).
318
319
```jsx
320
import { markAsColumn } from '@mobily/stacks'
docs/api/components/rows.mdx
@@ -402,7 +402,7 @@ render(<App />)
402
403
### markAsRow
404
405
-Use this function to wrap your custom `Row` component.
+Use this function to mark your custom component as `Row` (required due to an internal implementation of `Stacks`).
406
407
408
import { markAsRow } from '@mobily/stacks'
0 commit comments