Skip to content

Commit a75ed28

Browse files
chore: add support us button component with customizable themes and button variants
1 parent 644c106 commit a75ed28

6 files changed

Lines changed: 474 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)