-
Notifications
You must be signed in to change notification settings - Fork 6
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
Storybook: Optimize code preview #414
Labels
bug
Something isn't working or not shown correctly
dev
Requires technical expertise
documentation
Improvements or additions to documentation
storybook
Storybook improve- or adjustments
Milestone
Comments
BoppLi
added
documentation
Improvements or additions to documentation
dev
Requires technical expertise
labels
Mar 1, 2024
We can contribute to Storybook to improve this: storybookjs/storybook#26691 |
This was referenced Apr 15, 2024
mj-hof
changed the title
Optimize Storybook Code Preview
Storybook: Optimize code preview
Apr 17, 2024
2 tasks
larsrickert
added a commit
that referenced
this issue
May 23, 2024
Relates to #1078, #414 - simplified some Stories - refactor oynx icon import code transformer to work globally so we don't need to add it to every component that uses icons - temporarily copy over improved source code generation until it is released in Storybook itself (see storybookjs/storybook#27194)
Basically implemented in storybookjs/storybook#27194 |
1 task
larsrickert
added a commit
that referenced
this issue
Jun 12, 2024
Relates to #414 Fork latest updates from storybookjs/storybook#27194. Main improvements: - place objects/arrays properties into `<script setup>` - support for v-models
2 tasks
larsrickert
added a commit
that referenced
this issue
Jun 13, 2024
Relates to #414 Automatically add imports for all used onyx components for the generated source code.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working or not shown correctly
dev
Requires technical expertise
documentation
Improvements or additions to documentation
storybook
Storybook improve- or adjustments
Task: make a utility for our storybook code demos:
The goal is to separate the code example between "script" and "template" sections
Example:
The text was updated successfully, but these errors were encountered: