Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
6410659
feat: enhance checkbox components with custom label support and impro…
jaruesink Mar 15, 2025
511dc49
chore: update package dependencies and configuration
jaruesink Mar 15, 2025
c6be185
feat: enhance radio group and checkbox components with custom impleme…
jaruesink Mar 15, 2025
bf932a1
feat: enhance radio group and checkbox components with new props and …
jaruesink Mar 15, 2025
5e766e1
feat: enhance Switch component with customizable components and impro…
jaruesink Mar 15, 2025
b67816c
feat: enhance textarea and text field components with customizable st…
jaruesink Mar 15, 2025
b184404
feat: enhance text field stories with forwardRef support and improved…
jaruesink Mar 15, 2025
8d57a6c
feat: refine IconInput component in text field stories for improved a…
jaruesink Mar 15, 2025
9573a46
Add comprehensive documentation to checkbox-custom.stories.tsx
Mar 18, 2025
6167a4f
Add prefix and suffix props to TextField component
codegen-sh[bot] Mar 21, 2025
07f423c
feat: add measurement field to text field stories and enhance TextFie…
jaruesink Mar 21, 2025
6329095
Merge pull request #41 from lambda-curry/feature/mkt-159-text-field-p…
jaruesink Mar 21, 2025
4060182
refactor: improve structure of TextField component by consolidating F…
jaruesink Mar 21, 2025
cbff156
Merge branch 'feature/mkt-159-text-field-prefix-suffix' into custom-i…
jaruesink Mar 21, 2025
72adb4c
chore: downgrade React and TypeScript dependencies to version 18
jaruesink Mar 21, 2025
9b9ef7d
Merge branch 'main' of github.com:lambda-curry/forms into custom-inputs
jaruesink Mar 21, 2025
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
935 changes: 935 additions & 0 deletions ai/CustomInputsProject.md

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
"@remix-run/testing": "^2.15.1",
"@storybook/test-runner": "^0.20.1",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^19.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^5.4.11",
Expand Down
Loading