# Quote
Component name: <v-quote>
# Examples
# Basic
# 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 | 
| slot:cite | Slot | Slot representing 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.