UX-and-I / storybook-design-token

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 Blocks.
https://dev.to/psqrrl/managing-design-tokens-using-storybook-5975
MIT License
648 stars 123 forks source link

Is there a way to disable scrolling container in table view? #181

Open jkinley opened 1 year ago

jkinley commented 1 year ago

It would be nice to display the tokens without scrolling.

image
Sqrrl commented 1 year ago

This is for performance reasons with large tables. You can overwrite the maxHeight prop when using the DesignTokenDocBlock component.