Variation of gharsh11032000's button
作者:ryota1231♥ 0 点赞MIT
实时预览
源代码
export default function Component() {
return (
<button className="animated-button">
<svg xmlns="http://www.w3.org/2000/svg" className="arr-2" viewBox="0 0 24 24">
<path
d="M16.1716 10.9999L10.8076 5.63589L12.2218 4.22168L20 11.9999L12.2218 19.778L10.8076 18.3638L16.1716 12.9999H4V10.9999H16.1716Z"
></path>
</svg>
<span className="text">E N T R Y</span>
<span className="circle"></span>
<svg xmlns="http://www.w3.org/2000/svg" className="arr-1" viewBox="0 0 24 24">
<path
d="M16.1716 10.9999L10.8076 5.63589L12.2218 4.22168L20 11.9999L12.2218 19.778L10.8076 18.3638L16.1716 12.9999H4V10.9999H16.1716Z"
></path>
</svg>
</button>
);
}