Skip to content
New issue

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

Add component description from jsdoc on meta export #158

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

j3rem1e
Copy link
Contributor

@j3rem1e j3rem1e commented Nov 17, 2023

Add component description with:

<script context="module">
  /**
   * Component description
   */
  export const meta = {
    ...
  }
</script>

Copy link
Collaborator

@JReinhold JReinhold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

@j3rem1e j3rem1e merged commit b89d44a into storybookjs:main Nov 21, 2023
2 checks passed
@j3rem1e j3rem1e deleted the feature/component_desc branch November 21, 2023 21:30
@shilman
Copy link
Member

shilman commented Nov 21, 2023

🚀 PR was released in v4.0.13 🚀

@shilman shilman added the released This issue/pull request has been released. label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants