Skip to content

๐ŸŒˆ๐Ÿ•น Refreshed Windows 95 style UI components for your React app

License

Notifications You must be signed in to change notification settings

leorcvargas/React95

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

97 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ogImage

React95

Refreshed Windows95 UI components for your modern React apps.

Built with styled-components ๐Ÿ’…

PRs Welcome Open Source Love

banner

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

About

๐ŸŒˆ๐Ÿ•น Refreshed Windows 95 style UI components for your React app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.3%
  • CSS 0.4%