--- title: PropertyGrid description: Headless field-grid and action-rail anatomy for property panels. --- # PropertyGrid `PropertyGridRoot` separates responsive property fields from optional intrinsic-width actions. It exposes structural data attributes without imposing column widths, gaps, or presentation. ```vue twoslash ``` Themes can target `data-slot="fields"`, `data-slot="actions"`, `data-columns`, and `data-distribution`. The `wide-first` distribution is semantic; consumers choose its exact ratio. ## Generated API reference