Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@material-ui/styled-engine-sc

Package Overview
Dependencies
0
Maintainers
6
Versions
18
Issues
File Explorer

Advanced tools

@material-ui/styled-engine-sc

Material-UI Styled - Wrapper package for styled-components.

    5.0.0-alpha.11latest
    GitHub

Version published
Maintainers
6
Weekly downloads
479
decreased by-2.04%

Weekly downloads

Changelog

Source

@mui/joy@5.0.0-alpha.11

  • [Joy] Add SvgIcon component (#30570) @hbjORbj

Readme

Source

@material-ui/styled-engine-sc

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.

Installation

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:

webpack

module.exports = { //... resolve: { alias: { '@material-ui/styled-engine': '@material-ui/styled-engine-sc', }, }, };

Keywords

FAQs

Last updated on 26 Sep 2020

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc