Skip to content

feat: add pulsating button #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
fb86cb5
testing update
shikhap04 May 31, 2024
b616d0e
reverting test
shikhap04 May 31, 2024
7490ccf
updating registery
shikhap04 Jun 4, 2024
81fd958
creating page outline
shikhap04 Jun 4, 2024
878a71a
updating index
shikhap04 Jun 4, 2024
85519cb
demo attempt (not working)
shikhap04 Jun 4, 2024
5991665
pulsating button
shikhap04 Jun 4, 2024
a74197d
reduced redundant code
shikhap04 Jun 4, 2024
b11de42
syntax error fixed
shikhap04 Jun 5, 2024
fddbf86
argument interface
shikhap04 Jun 5, 2024
e426b4c
variable descriptions added
shikhap04 Jun 5, 2024
93a0249
updated button name
shikhap04 Jun 10, 2024
1c5ecf7
removed old document object
shikhap04 Jun 10, 2024
9f8d16a
updated description
shikhap04 Jun 10, 2024
17023c5
removed video tag
shikhap04 Jun 10, 2024
4b14369
fixed rounded edges
shikhap04 Jun 20, 2024
b11074d
removing extra code
shikhap04 Jun 20, 2024
98ba4a7
Merge branch 'main' of https://github.com/shikhap04/magicui_OSC into …
shikhap04 Jun 20, 2024
5a16282
code style update for uniformity
shikhap04 Jun 21, 2024
135b3d1
removed bold, changed rounded edges size
shikhap04 Jun 21, 2024
eabd4fa
Merge branch 'Open-source-Contribution' of https://github.com/shikhap…
shikhap04 Jun 21, 2024
5e7f7b7
testing update
shikhap04 May 31, 2024
ed2006e
reverting test
shikhap04 May 31, 2024
cbc8caf
updating registery
shikhap04 Jun 4, 2024
f08b651
creating page outline
shikhap04 Jun 4, 2024
123525f
updating index
shikhap04 Jun 4, 2024
052f534
demo attempt (not working)
shikhap04 Jun 4, 2024
0edeefc
pulsating button
shikhap04 Jun 4, 2024
35e3518
reduced redundant code
shikhap04 Jun 4, 2024
2b3ea38
syntax error fixed
shikhap04 Jun 5, 2024
f2fd048
argument interface
shikhap04 Jun 5, 2024
d4ce157
variable descriptions added
shikhap04 Jun 5, 2024
181e1c1
updated button name
shikhap04 Jun 10, 2024
375e1a3
removed old document object
shikhap04 Jun 10, 2024
7f4b640
updated description
shikhap04 Jun 10, 2024
4a85785
removed video tag
shikhap04 Jun 10, 2024
e7f1b7f
fixed rounded edges
shikhap04 Jun 20, 2024
564cbcf
removing extra code
shikhap04 Jun 20, 2024
ffa4a15
code style update for uniformity
shikhap04 Jun 21, 2024
a2849a1
removed bold, changed rounded edges size
shikhap04 Jun 21, 2024
df6ead5
fix: remove husky
dillionverma Jul 1, 2024
9f0034c
Merge branch 'main' into Open-source-Contribution
shikhap04 Jul 18, 2024
3ec01c4
fix: update button code
dillionverma Jul 23, 2024
b23772c
fix: update button date
dillionverma Jul 23, 2024
cc026bf
Merge branch 'main' of https://github.com/shikhap04/magicui_OSC into …
shikhap04 Sep 24, 2024
ae8f2ab
Merge branch 'Open-source-Contribution' of https://github.com/shikhap…
shikhap04 Sep 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated description
  • Loading branch information
shikhap04 committed Jun 10, 2024
commit 9f8d16ad6fb00295d7e1cb838249bac250b6fb9a
2 changes: 1 addition & 1 deletion content/docs/components/pulsating-button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ components/magicui/pulsating-button.tsx

## Props

| Prop | Type | Description |
| Prop | Type | Description |
|-------------------|---------|-----------------------------------------------------------|
| text | string | The text displayed on the button. |
| backgroundColor | string | The hex color for the color of the button. |
Expand Down