Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balazshevesi authored Jan 3, 2024
1 parent ab954d2 commit e048787
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<img src="https://github.com/Balazs-topg/react-ripples-continued/blob/main/imgs/cover.png?raw=true">
<h1 align="center">
<a href="https://balazs-topg.github.io/react-ripples-continued/">React Ripples Continued</a>
</h1>
Expand All @@ -13,10 +14,10 @@
<a href="https://www.npmjs.org/package/react-ripples-continued">
<img src="https://img.shields.io/npm/l/react-ripples-continued?style=for-the-badge&logo=webpack&color=ff79c6&labelColor=282a36"/>
</a>


</p>
<img src="https://github.com/Balazs-topg/react-ripples-continued/blob/main/imgs/cover.png?raw=true">

---


# React Ripples Continued

Expand Down Expand Up @@ -201,7 +202,3 @@ The component includes two animation keyframes:
The ripple effect is styled with an absolute position, ensuring it covers its parent element. The size and position of the ripple are determined based on the triggering event's location.

Keep in mind that the parent element will need to be set to overflow: "hidden" and position: "relative"

---

This documentation provides an overview of the `Ripples` component, its props, and its behavior. Adjust the paths and any other specific details as needed for your project's context.

0 comments on commit e048787

Please sign in to comment.