mirror of
https://github.com/react95-io/React95.git
synced 2026-04-26 03:00:18 -04:00
acd370f00863dbdc3ab75108b70e28dd065455bf
React95
Refreshed Windows95 UI components for your modern React apps.
Built with styled-components 💅
Getting Started
$ npm i react95
import React from 'react';
import { List, ListItem, Divider } from 'react95';
export default props =>
<List>
<ListItem>🎤 Sing</ListItem>
<ListItem>💃🏻 Dance</ListItem>
<Divider />
<ListItem disabled>😴 Sleep</ListItem>
</List>
Explore
You can view components on Storybook. If you want to play with it locally, simply clone the repo and run commands below:
$ npm i
$ npm run storybook
Submit your project
Apps buiilt with React95 will be submitted on official React95 website 🤟🏻
Support / Contributing
There's a lot to do. If you want to help me with the project, feel free to open pull requests and submit issues. Let't make UI great again 🔥
Roadmap
There's quite a few things to be done:
- Lots of tacky color schemes 🌈
- Custom icons maybe? (Emojis from Windows 10 seem to go very well with the lib)
- Typography
- Range slider component
- Avatar component
- Components common in all modern UIs (FAB, Badge, Avatar, Snackbar, Steppers)
And the boring stuff too:
- Testing
- Semantic release
- eslint
Languages
TypeScript
99.3%
JavaScript
0.6%

