
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@amsterdam/bmi-component-library
Advanced tools
A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects
A React component library based on Amsterdam Styled Components and Material-UI specifically aimed at repurposing and sharing domain specific components across BMI projects.
NOTE: If you are looking for a component library that is primarily focused on providing you with building blocks which are aligned with the Amsterdam Design System, then take a look at Amsterdam Styled Components instead.
To import components from this library you will to at least have followed the ASC Getting Started guide.
There are also a number of components that make use of MUI components. You can follow the Installation guide. Make sure to configure a path in your TS config to create an override for styled-components as documented in the MUI getting started guide (it will render de emotion dependency redundant).
With both ASC en MUI configured you will have your application wrapped in 2 theme providers like so:
import { muiTheme } from '@amsterdam/bmi-component-library';
import { ThemeProvider } from '@amsterdam/asc-ui';
import { ThemeProvider as MUIThemeProvider } from '@mui/material';
import theme from '../theme';
<MUIThemeProvider theme={muiTheme}>
<ThemeProvider overrides={theme}>
// ... styled ASC/MUI components
</ThemeProvider>
</MUIThemeProvider>
Unit tests are done with Jest and @testing-library/react.
To run the unit tests:
npm run test
To run storybook:
npm run start
FAQs
A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects
The npm package @amsterdam/bmi-component-library receives a total of 131 weekly downloads. As such, @amsterdam/bmi-component-library popularity was classified as not popular.
We found that @amsterdam/bmi-component-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.