Skip to content

Commit 7aadc71

Browse files
author
Daniel Vianna
committed
working patch fix
1 parent 6a85431 commit 7aadc71

18 files changed

+18
-96
lines changed

.DS_Store

6 KB
Binary file not shown.

.storybook/main.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
"stories": [
3-
"../stories/**/*.stories.mdx",
4-
"../stories/**/*.stories.@(js|jsx|ts|tsx)"
3+
"../components/**/*.stories.@(js|mdx|jsx|ts|tsx)"
54
],
65
"addons": [
76
"@storybook/addon-links",

components/.DS_Store

6 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Meta title="Introduction" />
2+
3+
4+
# UX Framework
5+
6+
Test
7+

readme.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
mpm install
2+
3+
npm run storybook
4+
5+
Further investigation - mobile emulator:
6+
https://github.com/storybookjs/native
7+
https://appetize.io/
8+
9+
Storybook composition - combining multiple storybooks into one
10+
https://www.chromatic.com/blog/storybook-composition/

stories/Introduction.stories.mdx

-17
This file was deleted.

stories/assets/code-brackets.svg

-1
This file was deleted.

stories/assets/colors.svg

-1
This file was deleted.

stories/assets/comments.svg

-1
This file was deleted.

stories/assets/direction.svg

-1
This file was deleted.

stories/assets/flow.svg

-1
This file was deleted.

stories/assets/plugin.svg

-1
This file was deleted.

stories/assets/repo.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)