12-11-2018 12:01
12-11-2018 12:01
I want to be able to show and hide the color options menu via a toggle. Any help would be greatly appreciated.
<code>
<Section
title="Time color"
onClick={() => console.log("Clicked!")}>
<ColorSelect
settingsKey="timeColor"
colors={colorSet} />
</Section>
</code>