new
This commit is contained in:
13
components/dot/DotAnimatsiya.tsx
Normal file
13
components/dot/DotAnimatsiya.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import "./dot.css";
|
||||
export default function DotAnimatsiya() {
|
||||
return (
|
||||
<div className="pulse-wrapper">
|
||||
<div className="core"></div>
|
||||
|
||||
<span className="ring"></span>
|
||||
<span className="ring"></span>
|
||||
<span className="ring"></span>
|
||||
<span className="ring"></span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user