Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
indoqa-rebass-theme
Advanced tools
A rebass theme based on material design. See a list of already styled components in our [demo app](https://indoqa.github.io/indoqa-rebass-theme/)
A rebass theme based on material design. See a list of already styled components in our demo app
The theme is designed to add a basic material look and feel. It intents to be extended by a custom application theme. So the cascading order can be
"Rebass base styles" < "Material Theme" < "Custom Applicaton Theme" < "Per component styling"
For convenience we provide a higher order component that
<div>
that sets font-family to 'Roboto'import React from 'react'
import MaterialProvider from 'indoqa-rebass-theme'
import DemoPage from './DemoPage.react'
const customTheme = {
Heading: {
marginBottom: '10px',
marginTop: '30px'
}
}
const DemoApp = () => (
<MaterialProvider customTheme={customTheme}>
<DemoPage />
</MaterialProvider>
)
export default DemoApp
If you only want to reuse the rebass configuration file merged with custom application styles, you can create the config object with
import createMaterialTheme from 'indoqa-rebass-theme'
import customTheme from './my-custom-theme.js'
const rebassConfig = createMaterialTheme(customTheme)
....
getChildContext() {
return {
rebass: rebassConfig
}
}
FAQs
A rebass theme based on material design. See a list of already styled components in our [demo app](https://indoqa.github.io/indoqa-rebass-theme/)
The npm package indoqa-rebass-theme receives a total of 0 weekly downloads. As such, indoqa-rebass-theme popularity was classified as not popular.
We found that indoqa-rebass-theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.