--- title: Default values --- We can easily specify default values for props: ```html ``` If we now add a second component *without* an `answer` prop, it will fall back to the default: ```html ```