UNPKG

coderhood-ui

Version:

UI Library

97 lines (65 loc) β€’ 2.05 kB
# ✨ CoderHood UI Component Library A lightweight, customizable React component library styled with **pure CSS**β€”no dependencies, no fuss. Built for developers who want flexibility, performance, and clean design. --- ## πŸ“¦ Installation ```bash npm install coderhood-ui ``` --- ## πŸš€ Quick Start ```jsx import { GlitchButton } from 'my-ui-component-library'; function App() { return ( <GlitchButton glitchColor1="#ff0000" glitchColor2="#00ffff" color="#ffd700" glitchTime={300} font="Orbitron" onClick={() => alert('Glitch clicked!')} > Cyberpunk Mode </GlitchButton> ); } ``` --- ## 🧩 Components - `GlitchButton` – a glitchy, cyberpunk-inspired button - `Card` – flexible and minimal layout blocks - `Loader` – customizable loading animations - `Modal` – accessible, responsive popup windows - `Tooltip` – easy hover and focus hints More components coming soon... --- ## πŸ›  Customization All components are fully customizable via props: - 🎨 Colors - πŸŒ€ Effects (like glitch duration) - πŸ”  Fonts and font sizes - πŸ“ Widths, heights, padding - 🎯 Class names and inline styles No configuration, no theming enginesβ€”just plug and play. --- ## πŸ§ͺ Example: `GlitchButton` > Easily add futuristic glitch effects with full control over color, font, and behavior. --- ## 🎯 Why This Library? - βœ… Built with vanilla CSS for performance and ease of use - βœ… Component-based and modular - βœ… Lightweight and dependency-free - βœ… Customization-first API design --- ## πŸ“„ License - MIT License --- ## 🀝 Contributing We welcome contributions! To get started: 1. Fork the repo 2. Create your branch (`git checkout -b feature/ComponentName`) 3. Commit your changes (`git commit -m 'Add ComponentName'`) 4. Push to the branch (`git push origin feature/ComponentName`) 5. Open a PR --- Made with ❀️ by developers, for developers.