New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@react95/core

Package Overview
Dependencies
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react95/core

Windows 95 styleguide

latest
Source
npmnpm
Version
9.7.1
Version published
Weekly downloads
1.1K
148.95%
Maintainers
2
Weekly downloads
 
Created
Source

React95 components simple example

@react95/core

React95 is a component library inspired on the Windows 95 UI design.

Installation

React95 will be available via either npm and yarn.

npm install @react95/core
# or
yarn add @react95/core
# or
pnpm add @react95/core

Usage

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.

Next.JS

If you want to use React95 on a NextJS project, check the NextJS template

Keywords

React95

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

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