-
Notifications
You must be signed in to change notification settings - Fork 32
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
chore: adds Card stories #2887
chore: adds Card stories #2887
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 31f37ce:
|
988f3c4
to
afe671f
Compare
Since the point of the Card component and its possibilities is missing out when not delivering a stack of components, I suggest to get each component programmatically. See latest commit. I used your first commit and did not compare it, just in case, you made a change to the list of components. |
Thanks, looks good, I'm very happy with that suggestion 🙏 |
🎉 This PR is included in version 10.14.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds card stories, using fields from forms extension.
THOUGHTS:
Seems like my stories is not working as expected as of right now, as I'm doing:
And must rather do the following for it to work:
Should/could the first example with React fragment(
<></>
) work?Added one more commit where I duplicate it, instead of sharing it, to make it work/look as expected.