You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will make that for the circuit component. I saw that all circles have r=4 attribute and all rect have a rx=4 attribute, i can simplify them with a styles.js file. The other values doesn't have a pattern so i will not touch them.
Is your feature request related to a problem? Please describe.
Several components are not following the standard structure.
Describe the solution you'd like
A component should have the following structure:
All frequently used properties in a component must be added to a new component created from styled-components:
index.jsx
styles.js
Describe alternatives you've considered
We will be happy with any suggestions for improvement you give us.
The text was updated successfully, but these errors were encountered: