1.0.2 • Published 5 months ago
cupertino-loader v1.0.2
🚀 Cupertino Loader
A lightweight, Cupertino-style animated loader for React and other frameworks. Works seamlessly with React, Vue, Angular, Svelte, or even plain HTML & CSS.
📦 Installation
For React and other JavaScript frameworks:
npm install cupertino-loader
🚀 Usage
🔹 React
import CupertinoLoader from "cupertino-loader";
function App() {
return <CupertinoLoader />;
}
export default App;
🎨 Customization
You can customize the loader by modifying the CSS file.
Example:
.loader div {
background: red; /* Change color */
width: 10px; /* Change bar width */
height: 30px; /* Change bar height */
}
📜 License
This project is licensed under the MIT License – free to use and modify.
🌟 Contribute
Want to improve Cupertino Loader? Feel free to submit a PR on Github.
📬 Support
For issues and feature requests, create an issue on GitHub.
Happy coding! 🚀