An open API service indexing awesome lists of open source software.

https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example

Example implementation of TanStack Form and Shadcn Field
https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example

form shadcn shadcn-ui tanstack tanstack-form

Last synced: 5 months ago
JSON representation

Example implementation of TanStack Form and Shadcn Field

Awesome Lists containing this project

README

          

# TanStack Form Shadcn Field Example

Example implementation of TanStack Form and Shadcn Field.

### Frameworks, Tools and Dependencies

- Next.js (Web Framework)
- Shadcn (Components)
- TanStack Form (Form Library)
- Zod (Schema Validation Library)

### Form Code:

- [Folder](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/tree/main/src/app/_forms)
- [Input](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/input-form.tsx)
- [Textarea](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/textarea-form.tsx)
- [Select](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/select-form.tsx)
- [Slider](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/slider-form.tsx)
- [Date Input](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/date-input-form.tsx)
- [Fieldset](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/fieldset-form.tsx)
- [Checkbox](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/checkbox-form.tsx)
- [Radio](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/radio-form.tsx)
- [Switch](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/switch-form.tsx)
- [Choice Card](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/choice-card-form.tsx)
- [Field Group](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/field-group-form.tsx)
- [Responsive Layout](https://github.com/chitrakshtarun/tanstack-form-shadcn-field-example/blob/main/src/app/_forms/responsive-form.tsx)