We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Badge.stories.mdx content.
Badge.stories.mdx
import { Story, Preview, Meta, Props } from '@storybook/addon-docs/blocks'; import Badge from '../components/Badge; <Props of={Badge} />
Badge.vue props section.
Badge.vue
export default { props: { url: { type: String, default: '', required: true, }, }, };
Gives me
Found no examples of proper Props component usage. Do I need to manually write them or it's supposed to take them automatically?
Props
The text was updated successfully, but these errors were encountered:
It currently only works for React, based on propTypes or Typescript annotations.
propTypes
https://github.com/storybookjs/storybook/blob/next/addons/docs/README.md#framework-support
https://github.com/storybookjs/storybook/blob/next/addons/docs/README.md#typescript-configuration
Sorry, something went wrong.
Thanks for the reply! Think, now the issue can be closed.
Just FYI, the documentation around import { Props } from '@storybook/addon-docs/blocks' is super hard to find.
import { Props } from '@storybook/addon-docs/blocks'
No branches or pull requests
Badge.stories.mdx
content.Badge.vue
props section.Gives me
Found no examples of proper
Props
component usage.Do I need to manually write them or it's supposed to take them automatically?
The text was updated successfully, but these errors were encountered: