-
Notifications
You must be signed in to change notification settings - Fork 103
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
Reduce Prop Reliance #70
Comments
I would like to work on this. |
I think it makes the most sense for the person working on the related issue to do this as well, @98lenvi |
Ok |
@irmerk I'll start with markdown editor accordproject/cicero-ui#255, If the approach looks good, then I'll apply the same here as well. |
Can I work on this issue @irmerk |
This issue may be affected by the migration to Slate |
@98lenvi @kanav-raina @shakti97: accordproject/cicero-ui#357 (and accordproject/markdown-editor#297) has been finished, so there is no longer a blocker on this issue. The migration may have solved this issue, so look into that first. |
@irmerk, Sorry about not responding earlier. I'll check and report my observations here. |
I believe the |
We should also keep potential collisions in mind, maybe prepend |
Code has been started: accordproject/cicero-ui#387 |
|
We should not be in the habit of relying on a lot of styling props for individual fields. This practice has gotten out of hand:
All of these should be removed and we should instead rely on a strong system of structured class names. This will allow users to handle what these props currently do via overriding the CSS.
Related Issue:
The text was updated successfully, but these errors were encountered: