-
Notifications
You must be signed in to change notification settings - Fork 13
feat: add mitosis examples to generate storybook files next to showcase examples #5387
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
base: main
Are you sure you want to change the base?
Changes from 35 commits
38289f8
be83b1f
c5148c6
ae581fb
b9be380
8b091b0
2f18755
9f35296
20c5dfc
e8a1d13
017cf49
843e5f9
83dc632
8007ab7
4b453d0
41bc489
6d6c8c0
365daeb
c3a43bc
61b80d4
81f1f8e
ba5636d
9e7a32e
a6523f8
bd93f30
6702f6f
44976ad
cc1ed5f
804a777
5c86107
0a7f24e
82fd6f5
b989038
fd8b7b5
903e352
c6dad55
ee0ef58
0502b3c
e37030a
e5082fe
b399f43
c45938e
f662b4a
094ac0c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @michaelmkraus these seem to be middle instead of bottom aligned so some elements are now positioned centered instead of block-end. Is this expected and should have happened like this with this PR ?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, that change is not intentional.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Found the relevant CSS and reverted it. |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @michaelmkraus these seem to be middle instead of top aligned so some elements are now positioned centered instead of block-start. Is this expected and should have happened like this with this PR ?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Found the relevant CSS and reverted it. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| /** | ||
| * @type {import('@builder.io/mitosis').MitosisConfig} | ||
| */ | ||
| module.exports = { | ||
| files: [ | ||
| 'src/components/**/*.showcase.lite.tsx', | ||
| 'src/components/**/*.example.lite.tsx' | ||
| ], | ||
| targets: ['angular', 'vue', 'react', 'stencil'], | ||
| dest: '../../output', | ||
| options: { | ||
| angular: { | ||
| api: 'signals' | ||
| }, | ||
| vue: { | ||
| api: 'composition' | ||
| } | ||
| }, | ||
| commonOptions: { | ||
| typescript: true | ||
| } | ||
| }; |
Uh oh!
There was an error while loading. Please reload this page.