🤝 Contributing
Contributions are welcome! Here's how you can help:
- Report Issues - Found a bug? Open an issue
- Suggest Features - Have an idea? Share it in issues
- Submit PRs - Improvements and fixes are appreciated
- Share Examples - Show off your creative use cases
Development Setup
bash
# Clone the repository
git clone https://github.com/Nem-Tudo/ntPopups.git
# Install dependencies
npm install
# Start development server
npm run dev
# Build library
npm run build