Skip to content

Commit

Permalink
feat(inputs): add text field input
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiaraujo012 committed Mar 23, 2024
1 parent 72d8391 commit fa74284
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@
"typescript"
],
"engines": {
"node": ">=18"
"node": ">=20"
},
"files": [
"dist",
"src"
],
"devDependencies": {
"@mui/material": "^5.15.14",
"@tanstack/config": "^0.6.0",
"@types/node": "^20.11.30",
"@types/react": "^18.2.66",
Expand All @@ -67,12 +68,15 @@
"publint": "^0.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"peerDependencies": {
"@mui/material": ">=5",
"react": ">=18",
"react-dom": ">=18"
"react-dom": ">=18",
"react-hook-form": ">=7"
}
}
268 changes: 268 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa74284

Please sign in to comment.