Back to rankings

react95-io/React95

TypeScriptreact95.io

πŸŒˆπŸ•Ή Windows 95 style UI component library for React

component-libraryreactreactjswindows95styled-componentsuivaporwavecomponentsdesign-systemui-kit
Star Growth
Stars
7.3k
Forks
213
Weekly Growth
β€”
Issues
32
4k6k
Apr 2019Sep 2021Feb 2024Jul 2026
Artifactsnpmnpm install react95
README

React95

NPM release status React95 version React95 license React95 license

Components - Demo app - React Native - Slack - PayPal donation πŸ’°

Refreshed Windows95 UI components for your modern React apps.
Built with styled-components πŸ’…

hero

Support

Getting Started

First, install component library and styled-components in your project directory:

# yarn
$ yarn add react95 styled-components

# npm
$ npm install react95 styled-components

Apply style reset, wrap your app with ThemeProvider with theme of your choice... and you are ready to go! πŸš€

import React from 'react';
import { createGlobalStyle, ThemeProvider } from 'styled-components';

import { MenuList, MenuListItem, Separator, styleReset } from 'react95';
// pick a theme of your choice
import original from 'react95/dist/themes/original';
// original Windows95 font (optionally)
import ms_sans_serif from 'react95/dist/fonts/ms_sans_serif.woff2';
import ms_sans_serif_bold from 'react95/dist/fonts/ms_sans_serif_bold.woff2';

const GlobalStyles = createGlobalStyle`
  ${styleReset}
  @font-face {
    font-family: 'ms_sans_serif';
    src: url('${ms_sans_serif}') format('woff2');
    font-weight: 400;
    font-style: normal
  }
  @font-face {
    font-family: 'ms_sans_serif';
    src: url('${ms_sans_serif_bold}') format('woff2');
    font-weight: bold;
    font-style: normal
  }
  body {
    font-family: 'ms_sans_serif';
  }
`;

const App = () => (
  <div>
    <GlobalStyles />
    <ThemeProvider theme={original}>
      <MenuList>
        <MenuListItem>🎀 Sing</MenuListItem>
        <MenuListItem>πŸ’ƒπŸ» Dance</MenuListItem>
        <Separator />
        <MenuListItem disabled>😴 Sleep</MenuListItem>
      </MenuList>
    </ThemeProvider>
  </div>
);

export default App;

Submit your project

Apps built with React95 will be featured on the official React95 website 🀟🏻

Contributing

Any help from UI / UX designers would be EXTREMELY appreciated. The challenge is to come up with new component designs / layouts that are broadly used in modern UIs, that weren't present back in 95.

If you want to help with the project, feel free to open pull requests and submit issues or component proposals. Let's bring this UI back to life β™₯️

Related repositories
DavidHDev/react-bits

An open source collection of animated, interactive & fully customizable React components for building memorable websites.

JavaScriptnpmOtheranimationscomponents
reactbits.dev
43.9k2.1k
saadeghi/daisyui

🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library

SvelteMIT Licensetailwind-cssui-library
daisyui.com
41.8k1.7k
layui/layui

δΈ€ε₯—遡εΎͺζ΅θ§ˆε™¨εŽŸη”Ÿζ€εΌ€ε‘ζ¨‘εΌηš„ Web UI 组仢库。

JavaScriptnpmMIT Licenselayuijavascript
layui.dev
30.6k7.4k
heroui-inc/heroui

πŸš€ Beautiful, fast and modern React UI library. (Previously NextUI)

MDXApache License 2.0reactjslibrary
heroui.com
30k2.2k
element-plus/element-plus

πŸŽ‰ A Vue.js 3 UI Library made by Element team

TypeScriptnpmMIT Licensevuejscomponent-library
element-plus.org
27.6k19.9k
nextui-org/nextui

πŸš€ Beautiful, fast and modern React UI library.

TypeScriptnpmreactjslibrary
nextui.org
22.6k1.6k
radix-ui/primitives

Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.

TypeScriptnpmMIT Licenseuiui-components
radix-ui.com/primitives
19.1k1.2k
tusen-ai/naive-ui

A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.

TypeScriptnpmMIT Licensevuecomponent-library
naiveui.com
18.4k1.9k
bootstrap-vue/bootstrap-vue

MOVED to https://github.com/bootstrap-vue-next/bootstrap-vue-next

JavaScriptnpmMIT Licensebootstrapvue
bootstrap-vue-next.github.io/bootstrap-vue-next/
14.4k1.8k
Semantic-Org/Semantic-UI-React

The official Semantic-UI-React integration

JavaScriptnpmMIT Licensereactsemantic-ui
react.semantic-ui.com
13.2k4k
segmentio/evergreen

🌲 Evergreen React UI Framework by Segment

JavaScriptnpmMIT Licensedesign-systemsreact
evergreen.segment.com
12.4k808
MudBlazor/MudBlazor

Blazor Component Library based on Material Design principles. Do more with Blazor, utilizing CSS and keeping JavaScript to a bare minimum.

C#MIT Licenseblazormaterial
mudblazor.com
10.5k1.7k