React95

A React components library with Win95 UI

Github星跟蹤圖

React95 Logo

React95

OSAwards
All Contributors
Build Status
Commitizen friendly
style: styled-components
lerna
npm version

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

Warning: React95 isn't production ready yet, use it at your own risk!

Usage

After installation, you can use any React95 component in your React application:

import { Button } from '@react95/core';
// or
import Button from '@react95/core/Button';

// ...

render() {
  return (
    <div>
      <Button>Click me!</Button>
    </div>
  );
}

You can find a list of all available components at our Storybook

Roadmap

You can see what we have in mind to put on React95 at our projects page.

Development

If you'd like to help us out with the project, we welcome contributions of all types! Check out our CONTRIBUTING.md for more details on how you can help make React95 amazing!

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

主要指標

概覽
名稱與所有者React95/React95
主編程語言TypeScript
編程語言JavaScript (語言數: 5)
平台
許可證Other
所有者活动
創建於2018-04-07 13:05:34
推送於2025-06-01 02:20:17
最后一次提交2025-06-01 02:19:21
發布數241
最新版本名稱@react95/core@9.3.1 (發布於 2025-06-01 02:19:24)
第一版名稱v1.0.0 (發布於 )
用户参与
星數3.6k
關注者數16
派生數149
提交數2.1k
已啟用問題?
問題數124
打開的問題數4
拉請求數283
打開的拉請求數0
關閉的拉請求數58
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?