Refreshed Windows95 UI components for your modern React apps.
Built with styled-components ๐
$ 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>
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
Apps buiilt with React95 will be submitted on official React95 website ๐ค๐ป
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 ๐ฅ
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