React Component Library v2.4.1 ============================== A collection of reusable UI components built with React 18 and TypeScript. Installation: npm install @quickdrop/ui-components Components included: - Button (primary, secondary, ghost, danger) - Modal (centered, slide-in, fullscreen) - Table (sortable, filterable, paginated) - Form (validation, auto-save, multi-step) - Toast (success, error, warning, info) - Dropdown (single, multi-select, searchable) Requirements: - React >= 18.0.0 - Node.js >= 18.0.0 - TypeScript >= 5.0.0 License: MIT Repository: https://github.com/example/react-ui-components Documentation: https://docs.example.com/ui Changelog: v2.4.1 (2026-04-10) - Fixed dropdown z-index issue v2.4.0 (2026-03-28) - Added Table virtualization v2.3.0 (2026-03-15) - New Toast component v2.2.0 (2026-02-20) - Multi-step Form wizard