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 have been using this module for a while now and it saves me a ton of time! The API is polished and easy-to-learn. ThemeProvider integration is a lifesaver. However, pretty soon I'll have a few projects lined up that rely on Vue instead of React. I still plan to use styled components and its Vue-specific offerings.
I am opening this issue to propose this module be extended to incorporate more offshoots from the styled-components ecosystem. Having one library to rule them all is the dream, right?!
To that end, as a starting point, I propose adding packages for the following:
I foresee a change like this requiring a medium-to-large size refactor, most of the work would be in generalizing the styled-components CSS generation, then adding some helper functions to produce components for each separate integration.
Let me know what you think! If you like this idea, I am happy to help in any way I can.
EDIT: By the way, the NPM org name @styled-grid is not taken. It would make for nice package names to use a scope. For instance, you could NPM install @styled-grid/react or @styled-grid/vue instead of react-styled-flexboxgrid etc.
The text was updated successfully, but these errors were encountered:
I have been using this module for a while now and it saves me a ton of time! The API is polished and easy-to-learn. ThemeProvider integration is a lifesaver. However, pretty soon I'll have a few projects lined up that rely on Vue instead of React. I still plan to use styled components and its Vue-specific offerings.
I am opening this issue to propose this module be extended to incorporate more offshoots from the styled-components ecosystem. Having one library to rule them all is the dream, right?!
To that end, as a starting point, I propose adding packages for the following:
I foresee a change like this requiring a medium-to-large size refactor, most of the work would be in generalizing the styled-components CSS generation, then adding some helper functions to produce components for each separate integration.
Let me know what you think! If you like this idea, I am happy to help in any way I can.
EDIT: By the way, the NPM org name @styled-grid is not taken. It would make for nice package names to use a scope. For instance, you could NPM install
@styled-grid/react
or@styled-grid/vue
instead ofreact-styled-flexboxgrid
etc.The text was updated successfully, but these errors were encountered: