influxdata / clockface

UI Kit for building Chronograf
https://influxdata.github.io/clockface
MIT License
43 stars 18 forks source link

Fix Storybook documentation error #858

Open taramk opened 1 year ago

taramk commented 1 year ago

In "Toggle", the import line reads:

import {Toggle, ToggleInputType} from '@influxdata/clockface'

However, it's actually called "InputToggleType", not ToggleInputType.

Update the Storybook documentation to use the correct name.

image