-
Notifications
You must be signed in to change notification settings - Fork 117
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: