
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@react95/core
Advanced tools

React95 is a component library inspired on the Windows 95 UI design.
React95 will be available via either npm and yarn.
npm install @react95/core
# or
yarn add @react95/core
# or
pnpm add @react95/core
The easiest way to check how the React95 components work altogether is by checking the StackBlitz starter.
For a better look and usage of React95, we strongly recommend you choose and import a theme in your app. Optionally, you can add the GlobalStyle to style fonts, scrollbars, and links.
import '@react95/core/GlobalStyle';
import '@react95/core/themes/win95.css';
After setting, you can use any React95 component in your React application:
import { Button } from '@react95/core';
export const MyApp = () => {
return <Button>Click me!</Button>;
};
You can find a list of all available components on our Storybook page.
If you want to use React95 on a NextJS project, check the NextJS template
FAQs
Windows 95 styleguide
The npm package @react95/core receives a total of 600 weekly downloads. As such, @react95/core popularity was classified as not popular.
We found that @react95/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.