-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(docs): add guide for creating an app with Juno UI Components #679
Conversation
|
|
@edda do you want to mention anything about the app props |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
@ArtieReus, could you please add a section about bundling? Specifically:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it a lot! Very good instructions.
Only thing missing is the info about differences in bundling when building for standalone vs. embedded <- @andypf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from my side make some changes that was requested and we are good to go
Ah yeah, good point. I think it's enough to mention that those props exist and to check the storybook documentation of AppShell for more details (what they do is documented there) |
…tion Building the Application
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect! One small suggestion to make it a bit clearer what people can expect from our host apps.
Co-authored-by: Esther Schmitz <edda@users.noreply.github.com>
Summary
This PR introduces documentation on how to create an app using Juno UI Components. The guide covers the setup process, including adding dependencies, configuring Vite, and integrating Juno-specific providers and components into your application.
This PR does not include any interface descriptions or instructions for integrating the app with Greenhouse or Aurora. Future documentation updates may cover these integrations as needed.
Changes Made
Checklist