web-animations-library
v1.0.8
Published
A collection of web animations using HTML, CSS, and React components.
Downloads
5
Readme
web-animations-library
A collection of web animations using HTML, CSS, and React components.
Installation
You can install the package using npm:
npm install web-animations-library
Usage
Import the desired animation component and use it in your React application. CircleLoadingAnimation Example:
import React from 'react';
import { CircleLoadingAnimation } from 'web-animations-library';
function App() {
return (
<div className="App">
<CircleLoadingAnimation size={60} color="blue" />
</div>
);
}
export default App;
Props:
[.] size (number): The size of the loading animation (default is 40).
[.] color (string): The color of the loading animation (default is #000).
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any changes.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
For any questions or inquiries, please contact [email protected].