Quote

Component name: <v-quote>

Examples

Basic

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sodales, nibh eget venenatis vulputate, magna nisi tempus mi, nec congue ante lectus sed purus. tempus mi.
Kasper Neist
<div class="app">
  <v-quote cite="Kasper Neist">
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sodales, nibh eget venenatis vulputate, magna nisi tempus mi, nec congue ante lectus sed purus. tempus mi.
  </v-quote>
</div>
1
2
3
4
5

API

Name Type Description Default
font-size Number Defines the size of the text.

Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9
4
font-md-size Number A breakpoint specific version of font-size 5
font-lg-size Number A breakpoint specific version of font-size 6
cite String Specifies the source of a quotation. -

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.