Add bad stats to cpu card story

This commit is contained in:
Hristo Nedelkov 2023-09-16 08:05:21 +03:00
parent 433f64bd79
commit eb3c64b349

View File

@ -17,3 +17,6 @@ type Story = StoryObj<typeof meta>
export const Default: Story = {
args: { load: [32, 12, 45, 10] },
}
export const BadStats: Story = {
args:{load:[12,32,14,35,65,90]}
}