# 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

# With alignment

# API

Name Type Description Default
size Number Defines the spacing size between child components.
Valid values: xsmall, small, medium, large, xlarge
medium
content-alignment String Defines the horizontal alignment.
Valid values: left, center, right
left

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.