addon-smart-knobs
addon-smart-knobs copied to clipboard
🧠 This Storybook plugin uses @storybook/addon-knobs but creates the knobs automatically based on PropTypes.
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3. Commits ad44493 [dist] 1.5.3 c798461 [fix] Fix host parsing for file URLs (#210) 201034b [dist] 1.5.2 2d9ac2c [fix] Sanitize only special URLs (#209) fb128af...
Hey, let's say I have the following component: ``` const Box = ({ onEditClick }) => ( This is a Box {onEditClick && Edit} ) Box.propTypes = { onEditClick: PropTypes.func,...
Bumps [nested-object-assign](https://github.com/Geta/NestedObjectAssign) from 1.0.3 to 1.0.4. Commits 5d4d762 1.0.4 32f1b81 Build 676f6b7 Merge pull request #11 from 418sec/1-npm-nested-object-assign 7df2223 Merge pull request #1 from arjunshibu/master 3a6d2cb Security fix for Prototype...
## Problem I had two problems: 1. I was unsure if I had to install [`@storybook/addon-knobs`](https://github.com/storybookjs/storybook/tree/master/addons/knobs) with `storybook-addon-smart-knobs` 1. The examples were not in [Component Story Format](https://storybook.js.org/docs/formats/component-story-format/) so I wasn't...
Adds a Github Action which builds, and deploys to github pages. to support this, you'll have to add two secrets to the project: 1. secrets.email with your email address 1....
This are my PropTypes: ``` Audio.propTypes = { className: PropTypes.string, src: PropTypes.string, index: PropTypes.string, title: PropTypes.string, subline: PropTypes.string, details: PropTypes.object, defaultOpen: PropTypes.bool, defaultActive: PropTypes.bool, defaultMuted: PropTypes.bool, } Audio.defaultProps = {...
### Describe the bug Getting following error on running `yarn storybook` ``` ERROR in /Users/ashish/components-storybook/src/stories/Checkbox.story.tsx(6,32) TS7016: Could not find a declaration file for module 'storybook-addon-smart-knobs'. '/Users/ashish/components-storybookbook/node_modules/storybook-addon-smart-knobs/dist/index.js' implicitly has an 'any'...
Current dependency for `storybook-chromatic` is pointed to old version which includes vulnerability. I suggest upgrading `storybook-chromatic` version to 4.0.2 or start using `chromatic` instead (because `storybook-chromatic` has been deprecated). Link...