A React components library with Win95 UI
React95 is a component library that is inspired by the Windows 95 UI design. It offers a range of packages that allow developers to easily incorporate the Windows 95 aesthetic and functionality into their React applications. With a commitment to open-source development, React95 welcomes contributions from users of all levels of experience.
To install React95, follow these steps:
npm install react95 @react95/core @react95/icons @react95/clippy
npm install @react95/gatsby-theme
import { Button, Checkbox, Modal } from 'react95';
function App() {
return (
<div>
<Button>Click me</Button>
<Checkbox label="Check me" />
<Modal title="Hello" />
</div>
);
}
React95 is a component library that brings the nostalgic Windows 95 aesthetic to your React applications. With a range of components and easy installation via npm, developers can quickly incorporate the Windows 95 UI design into their projects. The library is open to contributions and offers additional features like Styled Components and a Gatsby theme for further customization.