serene-shadow-ui
v1.0.2
Published
A lightweight library for serene shadow effects on UI elements.
Downloads
4
Readme
Serene Shadow UI
Serene Shadow UI is a lightweight library for adding serene shadow effects to UI elements, enhancing the aesthetic appeal of your web applications with smooth, animated shadows.
Installation
npm install serene-shadow-ui
Usage
Import the SereneShadowUI
class and initialize it with the selector of the elements you wish to apply the serene shadow effect to.
import SereneShadowUI from 'serene-shadow-ui';
new SereneShadowUI('.your-class');
Ensure your selected elements have a relative or absolute position for the shadows to be applied correctly.
Dependencies
Serene Shadow UI relies on the following dependencies:
- lodash
- animejs
- normalize.css
- uuid
- axios
These are included in the package and do not need to be installed separately.
Contributing
Feel free to contribute to the Serene Shadow UI library by submitting pull requests or opening issues.
License
This project is licensed under the MIT License.