
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
@krzysztofkarol/material-ui
Advanced tools
For how-to questions and other non-issues, please use StackOverflow instead of Github issues. There is a StackOverflow tag called "material-ui" that you can use to tag your questions.
Material-UI is a set of React components that implement Google's Material Design specification.
Material-UI is available as an npm package.
Stable channel
npm install material-ui
Pre-release channel
npm install material-ui@next
Please note that @next will only point to pre-releases; to get the latest stable release use @latest instead.
Here is a quick example to get you started, it's all you need:
import React from 'react';
import { render } from 'react-dom';
import Button from 'material-ui/Button';
function App() {
return (
<Button>
Hello World
</Button>
);
}
render(<App />, document.querySelector('#app'));
Are you looking for an example project to get started? We host some.
Check out our documentation website.
We'd greatly appreciate any contribution you make. :)
Recently Updated? Please read the changelog.
The future plans and high priority features and enhancements can be found in the ROADMAP.md file.
Thank you to BrowserStack for providing the infrastructure that allows us to test in real browsers.
This project is licensed under the terms of the MIT license
FAQs
Material Design UI components built with React
We found that @krzysztofkarol/material-ui 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.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.