# Theming
Theme: {{ darkTheme ? 'dark' : 'light' }}
The `phoneClr` and `lightClr` props are not reactive, and are intended to be set when the component is mounted. But if you want to you still can force a rerender by giving the `Mockup` a key. ## Code example ```vue ```