-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Template] Add iOS theme to Joy UI #34994
Conversation
|
For ios theme guys you can take inspiration from framework7, it’s really nice open source ui design library. |
🤩 Thanks! will definitely check it out. Currently, I follow the official design resources from Apple website. |
unstable_sxConfig: { | ||
material: { | ||
style: (props) => props.theme.materials?.[props.material], | ||
}, | ||
}, |
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.
@mnajdova Got a nice use case for this!
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.
Cool, would be great if you can share more feedback (related to things that can be improved) :)
I have linked #21911 in the PR description. |
Preview: https://deploy-preview-34994--material-ui.netlify.app/joy-ui/getting-started/templates/ios/
Related to #21911