Inline

Component name: <v-inline>

Preview

HTML:
<v-inline size="medium">
  <v-button>Button</v-button>
  <v-button>Button</v-button>
  <v-button>Button</v-button>
</v-inline>

Examples

Basic

API

Name Type Description Default
size Number Defines the spacing size between child components.

Valid values: xsmall, small, medium, large, xlarge
medium

Notice

All other properties that are not defined above, will be passed to the component as html attributes. This is especially useful for adding the class attribute.