Back to Component Browser
RetainSize
Quartzlib/quartz/components/RetainSize/index.ts
Preview
Content that retains size
Import
import { RetainSize } from '@/lib/quartz';Props (1)
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| children | ReactNode | required | — | Content items that will be dynamically swapped out. Typically a series of `<RetainSizeItem>`'s |
Usage
Not used in any projects yet.