https://github.com/bensimmers/windows-98-ui
https://github.com/bensimmers/windows-98-ui
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bensimmers/windows-98-ui
- Owner: BenSimmers
- License: mit
- Created: 2024-07-27T14:08:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T03:46:30.000Z (7 months ago)
- Last Synced: 2025-01-26T19:43:58.497Z (6 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/windows-98-ui
- Size: 300 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# windows-98-ui
React component library inspired by and using the css from [98.css](https://github.com/jdan/98.css) library for vanilla html


## Overview
`windows-98-ui` is a React component library that brings the nostalgic look and feel of Windows 98 to your modern web applications. It leverages the [98.css](https://github.com/jdan/98.css) library to provide authentic styling.
## View Components
You can view the components using this storybook [link](https://bensimmers.github.io/windows-98-ui/)
## Installation
```bash
npm install windows-98-ui
```## Usage
Here's a quick example of how to use the `Button` component:
```jsx
import React from 'react';
import { Button } from 'windows-98-ui';function App() {
return (
alert('Clicked!')}>Click Me
);
}export default App;
```## Local Development
To set up the project locally, follow these steps:
```bash
git clone
cd windows-98-ui
npm install
npm start
```## Chasnge Log
See the [CHANGELOG.md](CHANGELOG.md) file for details.
## Contributing
Contributions are welcome! Please read our [contributing guidelines](CONTRIBUTING.md) to get started.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.