windows-98-ui
v1.9.2
Published
React component library inspired by and using the css from [98.css](https://github.com/jdan/98.css) library for vanilla html
Maintainers
Readme
windows-98-ui
React component library inspired by and using the css from 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 library to provide authentic styling.
View Components
You can view the components using this storybook link
Installation
npm install windows-98-uiUsage
Here's a quick example of how to use the Button component:
import React from 'react';
import { Button } from 'windows-98-ui';
function App() {
return (
<div>
<Button onClick={() => alert('Clicked!')}>Click Me</Button>
</div>
);
}
export default App;Local Development
To set up the project locally, follow these steps:
git clone <repo>
cd windows-98-ui
npm install
npm startChasnge Log
See the CHANGELOG.md file for details.
Contributing
Contributions are welcome! Please read our contributing guidelines to get started.
License
This project is licensed under the MIT License. See the LICENSE file for details.
