2019-04-14 21:04:36 +02:00
2019-04-14 14:45:57 +02:00
2019-04-14 17:56:16 +02:00
2019-04-14 17:56:16 +02:00
2019-04-14 18:52:16 +02:00
2019-04-14 14:45:57 +02:00
2019-04-14 19:47:19 +02:00
2019-04-14 21:04:36 +02:00
2019-02-17 20:36:19 +01:00

ogImage

React95

Refreshed Windows95 UI components for your modern React apps.

Built with styled-components 💅

[downloads-badge [version-badge [license-badge 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
Description
No description provided
Readme MIT 69 MiB
Languages
TypeScript 99.3%
JavaScript 0.6%