storybook-design-token icon indicating copy to clipboard operation
storybook-design-token copied to clipboard

Is there way to configure "Design Tokens" Addon tab

Open umutHatipoglu opened this issue 2 years ago • 2 comments

I would like to display only Colors in the tabs and disable 'SVG Icons' tab. I try to set the tabs array in parameters like following, but this did not help

 designToken: {
      tabs: ['Colors']
    }

umutHatipoglu avatar Apr 01 '22 09:04 umutHatipoglu

Sounds reasonable. I'll give it a shot as soon as possible.

Sqrrl avatar Apr 13 '22 07:04 Sqrrl

@umutHatipoglu @Sqrrl I've implemented it here https://github.com/UX-and-I/storybook-design-token/pull/199

acherkashin avatar Nov 12 '23 12:11 acherkashin