Socket
Socket
Sign inDemoInstall

@material-ui/styled-engine-sc

Package Overview
Dependencies
88
Maintainers
7
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @material-ui/styled-engine-sc

styled() API wrapper package for styled-components.


Version published
Weekly downloads
223
decreased by-30.53%
Maintainers
7
Created
Weekly downloads
 

Changelog

Source

@mui/joy@5.0.0-alpha.35

  • [Joy] Add radio button documentation (#33254) @siriwatknp
  • [Joy] Add switch documentation (#33302) @siriwatknp
  • [Joy] Batch a couple of documentation refinements (#33158)
  • [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp

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 31 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • 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