React Theme Master v0.1.0
Initial release of React Theme Master, a powerful theming system for React applications with Tailwind CSS integration.
Features
- Multiple theme support (light, dark, and custom themes)
- Ready-to-use UI components for theme management:
- ThemeSelector: For selecting from available themes
- ThemeToggle: For toggling between themes
- ThemeIndicator: Notification that appears when theme changes
- System preference detection
- Theme scheduling
- Local/session storage persistence
- Smooth theme transitions
Getting Started
npm install react-theme-master
Check the [README](https://github.com/georgedevs/react-theme-master#readme) for usage examples and documentation.