-
Notifications
You must be signed in to change notification settings - Fork 123
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
Able to create themed component like MUI #1474
Comments
Thanks for reporting this. We'll update you soon. |
Hello @ducpt-bili, you can definitely develop your own component similar to MUI. I've created a Card component resembling MUI. Take a look at https://snack.expo.dev/uI8Ue74bA and feel free to ask if you have any questions or need further clarification. |
Thank you @makkarMeenu, your solution look good to me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I want to create component in theme, and treat it like built-in component like MUI. You can checkout this link.
https://mui.com/material-ui/guides/creating-themed-components/
Problem Statement
I want to create component like a base component, not just override the base Input. ex: FloatLabelInput.
Proposed Solution or API
You can check out the link above of MUI.
Alternatives
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: