Commit 7399ea7
committed
chore: standardize stories
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
### My notes
- enable autodics
- need support for dark mode
- i18n is causing errors
- remove snapshot story (replaced by autodocs)
- add a playground story
- autodocs has this but requires scrolling
#### types of stories
- visual stories - only show in autodocs
- interactive stories only show in sidebar
- test focused stories - only show in sidebar (or not at all? if it isnt visually apparent)
### 🔗 Linked issue
<!-- Please ensure there is an open issue and mention its number. For example, "resolves #123" -->
### 🧭 Context
<!-- Brief background and why this change is needed -->
<!-- High-level summary of what changed -->
### 📚 Description
<!-- Describe your changes in detail. Why is this change required? What problem does it solve? -->
<!-- If you used AI tools to help with this contribution, please ensure the PR description and code reflect your own understanding.
Write in your own voice rather than copying AI-generated text. -->
<!----------------------------------------------------------------------
Before creating the pull request, please make sure you do the following:
- Check that there isn't already a PR that solves the problem the same way. If you find a duplicate, please help us reviewing it.
- Ensure that PR title follows conventional commits (https://www.conventionalcommits.org)
- Update the corresponding documentation if needed.
- Include relevant tests that fail without this PR but pass with it.
- Add any additional context, tradeoffs, follow-ups, or things reviewers should be aware of.
Thank you for contributing to npmx!
----------------------------------------------------------------------->1 parent 8cea27f commit 7399ea7
File tree
3 files changed
+4
-0
lines changed- app/components
- Button
- Input
- Link
3 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments