Skip to content

Commit 9744a78

Browse files
Merge pull request #6 from rahul-vyas-dev/main
chore: add support us button component with customizable themes and b…
2 parents ff78d9e + 6d49025 commit 9744a78

7 files changed

Lines changed: 511 additions & 5 deletions

File tree

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@
3939
"devDependencies": {
4040
"@tailwindcss/postcss": "^4.2.1",
4141
"@types/react": "^19.2.14",
42+
"@types/react-dom": "^19.2.3",
4243
"autoprefixer": "^10.4.27",
4344
"postcss": "^8.5.6",
45+
"react": "^19.2.4",
46+
"react-dom": "^19.2.4",
4447
"tailwindcss": "^4.2.1",
4548
"typescript": "^5.9.3"
4649
},

0 commit comments

Comments
 (0)