Styled Components - Discussion #178
Replies: 4 comments 3 replies
-
Hi, thanks for the feedback! Using styled components was just a quick way to style the components. We're slowly moving to Fluent UI way of styling (e.g. Toolbar components). Thus we plan to have a |
Beta Was this translation helpful? Give feedback.
-
Nice! I appreciate the quick feedback - sounds like a solid plan. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Finally done in v22 #2472, we no longer use styled-components. |
Beta Was this translation helpful? Give feedback.
-
This is a really nice lib, makes interacting with slate a breeze with all of the helper functions. It has helped me tremendously, just reading the code here helps me connect the missing pieces from the slate documentation.
Is there a reason that Styled components are a peer dep? It just feels kind of strange that I am forced to add them as a dependency. I understand why it is there, to lower the barrier of entry/use, but I would argue that unstyled/inline-styled buttons would serve the same purpose and remove the dependency.
Love to hear thoughts on this!
Beta Was this translation helpful? Give feedback.
All reactions