Skip to content

Instantly share code, notes, and snippets.

@gyver98
Created March 18, 2017 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gyver98/e560ca69057d40e0688000b94d7c0fd9 to your computer and use it in GitHub Desktop.
Save gyver98/e560ca69057d40e0688000b94d7c0fd9 to your computer and use it in GitHub Desktop.
export const counterDefaultVal = {
speed: {
title: "Speed",
unit: "mph",
step: 5,
min: 45,
max: 70
},
temperature: {
title: "Outside Temperature",
unit: "°",
step: 10,
min: -10,
max: 40
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment