pixel-retroui
v1.0.67
Published
A retro-styled UI component library
Downloads
1,216
Readme
Retro UI
Welcome to Retro UI - A Simple, Pixelated UI Library for React Applications
Table of Contents
Demo
Check out our interactive demo to see Retro UI in action:
Features
- 🎨 Pixelated, retro-style UI components
- 🚀 Easy integration with React and Next.js projects
- 📱 Responsive design for various screen sizes
- 🛠 Built with TypeScript for type safety
- 🎭 Customizable with Tailwind CSS
Installation
Retro UI is designed to work seamlessly with your Next.js or React projects using TypeScript and Tailwind CSS.
Install the package:
npx i pixel-retroui@latest
Configure your project: Follow our detailed Installation Guide to properly set up Retro UI in your project.
Usage
Here's a quick example of how to use a Retro UI component in your React application:
import { Button } from "pixel-retroui";
function MyComponent() {
return <Button onClick={() => console.log("Clicked!")}>Click me!</Button>;
}
For more detailed usage instructions and examples, please refer to our documentation.
Components
Retro UI comes packed with a variety of components to bring your application to life. Here's a list of our current components:
Basic Components
Form Components
UI Elements
- Progress Bar: Visualize progress with a retro flair
- Popup: Modal dialog for important messages or actions
- Accordion: Collapsible content sections for organizing information
Explore all our components and their usage in our Component Gallery.
Customization
Retro UI is built with customization in mind. You can easily adjust the look and feel of components using Tailwind CSS classes or by using predefined props.
Contributing
We welcome contributions from the community! If you'd like to contribute to Retro UI, please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please read our Contributing Guidelines for more information.
License
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
For any questions, issues, or feature requests, please open an issue on our GitHub repository. We appreciate your feedback and support!