-
Notifications
You must be signed in to change notification settings - Fork 433
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
Replace Material UI components in src/Components/Resource/ResourceDetailsUpdate.tsx
:
#4994
Comments
@rithviknishad can I do one of the tasks mentioned and create a pr? If so, can you assign this issue to me? |
u r expected to do all that are applicable. |
There are many components that are imported from Material UI like Circular Progress, Radio Group in the file. So we need to implement them using Typescript and Tailwind CSS right? |
read the EPIC #5006 |
@rithviknishad In ResourceDetailsUpdate.tsx file Radio, RadioGroup, FormControlLabel, CardContent, Box are also imported. But I could not find these components. |
You won't have exact word to word component replacement. Checkout how You don't need RadioGroup when using that. Same for box and card content, just use divs. |
All Legacy components should also be replaced with it's equivalent FormField components |
@rithviknishad ok, can you assign this issue to me? |
@MayaSatishRao any updates on this? |
@rithviknishad I am working on this. Been a little busy working on the proposal. I will finish it within 2 days |
@MayaSatishRao any updates? |
I will make a pr by eod @rithviknishad |
Tasks
Ensure all the below tasks are accomplished if applicable to the file being modified in the PR.
PageTitle
toPage
component if any. (See example)For more information see the epic issue that tracks this issue.
The text was updated successfully, but these errors were encountered: