The <Preferences>
component renders a button that launches Finsemble's
UserPreferences
component when clicked. You can read more about user
preferences in the Configuration tutorial.
The <Preferences>
component accepts no props.
You can use the <Preferences>
component from any menu:
<Menu>
...
<Preferences />
...
</Menu>