We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d025405 commit 1fc7e16Copy full SHA for 1fc7e16
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "irdashies",
3
"productName": "irdashies",
4
- "version": "0.0.9",
+ "version": "0.0.10",
5
"description": "iRacing Dashboards & Overlays",
6
"repository": {
7
"type": "git",
src/frontend/components/Weather/WeatherTrackWetness/WeatherTrackWetness.stories.tsx
@@ -3,6 +3,16 @@ import { WeatherTrackWetness } from './WeatherTrackWetness';
export default {
component: WeatherTrackWetness,
+ argTypes: {
+ trackMoisture: {
8
+ control: {
9
+ type: 'range',
10
+ min: 1,
11
+ max: 7,
12
+ step: 1,
13
+ },
14
15
16
} as Meta;
17
18
type Story = StoryObj<typeof WeatherTrackWetness>;
0 commit comments