@material-ui/styled-engine-sc
Advanced tools
Weekly downloads
Changelog
@mui/joy@5.0.0-alpha.11
SvgIcon
component (#30570) @hbjORbjReadme
This package is a wrapper around the styled-components
package.
It is created to be used as alias for the @material-ui/styled-engine
package, for the developers who would like to use styled-components
as a styled engine instead of @emotion/styled
.
The installation of the dependency in your package is slightly different from the usual.
You need to alias the default emotion
implementation to the styled-components
one.
Depending on the bundler you are using, you made add it like this:
module.exports = {
//...
resolve: {
alias: {
'@material-ui/styled-engine': '@material-ui/styled-engine-sc',
},
},
};
FAQs
Material-UI Styled - Wrapper package for styled-components.
The npm package @material-ui/styled-engine-sc receives a total of 376 weekly downloads. As such, @material-ui/styled-engine-sc popularity was classified as not popular.
We found that @material-ui/styled-engine-sc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.