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

Display design token documentation generated from your stylesheets and icon files. Preview design token changes in the browser. Add your design tokens to your Storybook Docs pages using the custom Doc...

Results 72 storybook-design-token issues
Sort by recently updated
recently updated
newest added

Hi there. My issue is that when I use tokens inside of tokens like this: ```css --someColor-h: 203; --someColor-s: 9%; --someColor-l: 14%; --someColor: hsl(var(--someColor-h), var(--someColor-s), var(--someColor-l)); ``` the preview doesn't...

The tooltip associated with the "Copy to clipboard" button always remains visible after clicking the button. The tooltip only hides when the button is clicked again. The tooltip should disappear...