SyntaxUI / syntaxui

Get free access to pre-built, Tailwind CSS-powered components, animations and effects - brought to life using Framer Motion. Just copy, paste and you're ready to go!
https://syntaxui.com
MIT License
636 stars 45 forks source link

feat: shimmer button #118

Closed epoll31 closed 2 months ago

epoll31 commented 2 months ago

name: Shimmer Button about: Added a Shimmer Button variation title: Shimmer Button labels: 'feature' assignees: 'epoll31'

Description

Added a Shimmer Button variation

Related Issue

Fixes #117

Proposed Changes

Screenshots

https://github.com/Ansub/SyntaxUI/assets/16091805/b6126aad-4a46-448f-a472-78072bcba4d8

Checklist

Please check the boxes that apply:

Additional Context

Please provide any additional context or information about the pull request here.

vercel[bot] commented 2 months ago

@epoll31 is attempting to deploy a commit to the SyntaxUI Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
syntax-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2024 6:18am
Ansub commented 2 months ago
@property --shimmer-button-x {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0;

is there is a way to directly integrate this in the button itself? there should be 🤔

epoll31 commented 2 months ago

I can look into it :)

epoll31 commented 2 months ago

I was able to

Thanks for pushing me to do this, it is much cleaner. We can also work on transitioning the Discord Button from multiple file into this format using ShimmerButton as a reference

Ansub commented 2 months ago

man is there is anything you can't do! 😂✨

Nailed it, made the code so much cleaner now.

keep up the good work Ethan 😎