Row
Row is a wrapper component for col. It utilizes flex properties to control the layout and flow of its inner columns. It uses a standard gutter of 24px. This can be reduced with the dense prop or removed completely with noGutters. This is the 2.x replacement for Layout in 1.x.
info
For more prop explanations, click Vuetify Row API page.
Props
Attribute | Description | Type | Default |
---|---|---|---|
class | Allows custom properties to take effect. | string | undefined |
noGutters | Removes the gutter between cols. | boolean | false |
visible | Visibility of Rating component. | boolean | true |