# React WindowsXP

React WindowsXP is a component library for React applications that brings you some of the UX/UI from WindowsXP.

## Installation

```ts
npm install react-windows-xp
```

## Usage

```ts
import { ... } from 'react-windows-xp';
```

## Examples

Check out the [storybook](https://luiz-chagas.github.io/react-windows-xp) page

## Influences

This library is a mix of [XP.css](https://github.com/botoxparty/XP.css) and [winXP](https://github.com/ShizukuIchi/winXP). This project is basically a collection of easy-to-use react components that use some of the work done on these 2 projects.

## Coming Up

- Add more components
- Figure out code splitting
- Remove dependencies

## Contributing

We welcome any comments, feedback, patches, new components and ideas to help us improve this library.

## License

[MIT](https://github.com/luiz-chagas/react-windows-xp/blob/main/LICENSE)
